Skip to content

Commit

Permalink
Add basic blocks for new content types
Browse files Browse the repository at this point in the history
  • Loading branch information
Marthyn committed Oct 30, 2013
1 parent 2e4125f commit 03933c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/views/sir-trevor/blocks/_embedly_block.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div class="content-block">
<%= block[:html] %>
</div>
3 changes: 3 additions & 0 deletions app/views/sir-trevor/blocks/_heading_block.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div class="content-block">
<h1><%= block[:text] %></h1>
<div>
2 changes: 1 addition & 1 deletion app/views/sir-trevor/blocks/_ul_block.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="content-block ul-block">
<%= sir_trevor_markdown block["text"] %>
</div>
</div>
2 changes: 1 addition & 1 deletion lib/sir-trevor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SirTrevor
VERSION = "0.2.4"
VERSION = "0.2.5"
end

0 comments on commit 03933c9

Please sign in to comment.