Sha256: db4899cc2f0038db47671a5ca10cd088ebba564c68cfeeb504596573281bddc2
Contents?: true
Size: 611 Bytes
Versions: 10
Compression:
Stored size: 611 Bytes
Contents
<% content_for :title, "Content Blocks" %> <div class="hero-unit"> <%- 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-large' %> </p> </div> <%= render :partial => "secondary_nav" %> <% content_for :related do %> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems