Sha256: 995ce274980ade6c7b7584f50a596fd87b49b3deae2fb2d508e87e857b37f513
Contents?: true
Size: 608 Bytes
Versions: 21
Compression:
Stored size: 608 Bytes
Contents
<% content_for :title, "Content Blocks" %> <div class="jumbotron"> <%- if @content_blocks.empty? -%> <p>Be the first to add a Content Block to your site. Content Blocks are the small pieces of content that fill up a page. You can control the look and feel of content blocks through their individual templates.</p> <% else %> <p>Add a content block or select one from your left to edit.</p> <% end %> <p> <%= link_to "Add Content Block", new_content_block_path, :class => 'btn btn-primary btn-lg' %> </p> </div> <%= render :partial => "secondary_nav" %> <% content_for :related do %> <% end %>
Version data entries
21 entries across 21 versions & 1 rubygems