Skip to content

Commit

Permalink
Added a content block "Add" button
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Glen committed May 22, 2014
1 parent 27b36c6 commit 7731f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/smithy/pages.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@
padding-left:6px;
}
}

6 changes: 3 additions & 3 deletions app/views/smithy/content_blocks/_secondary_nav.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<%= render @content_blocks %>
</ul>

<!--
<div class="btn-group actions pull-right">
<%= link_to "<i class=\"icon-plus\"></i> Add Template <span class=\"caret\"></span>".html_safe, new_template_path, :class => 'dropdown-toggle btn btn-inverse', 'data-toggle' => 'dropdown', 'data-target' => '#', :role => 'button' %>
<%= link_to [:new, :content_block], :class => 'btn btn-inverse', :role => 'button' do %>
<i class="icon-plus"></i> Add Content Block
<% end %>
</div>
-->
<% end %>

0 comments on commit 7731f10

Please sign in to comment.