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

Version Path
smithycms-0.8.1 app/views/smithy/content_blocks/index.html.erb
smithycms-0.7.3 app/views/smithy/content_blocks/index.html.erb
smithycms-0.7.2 app/views/smithy/content_blocks/index.html.erb
smithycms-0.7.1 app/views/smithy/content_blocks/index.html.erb
smithycms-0.7.0 app/views/smithy/content_blocks/index.html.erb
smithycms-0.6.10 app/views/smithy/content_blocks/index.html.erb
smithycms-0.5.99.3 app/views/smithy/content_blocks/index.html.erb
smithycms-0.6.9 app/views/smithy/content_blocks/index.html.erb
smithycms-0.6.7 app/views/smithy/content_blocks/index.html.erb
smithycms-0.6.6 app/views/smithy/content_blocks/index.html.erb
smithycms-0.6.5 app/views/smithy/content_blocks/index.html.erb
smithycms-0.6.4 app/views/smithy/content_blocks/index.html.erb
smithycms-0.6.3 app/views/smithy/content_blocks/index.html.erb
smithycms-0.5.99.2 app/views/smithy/content_blocks/index.html.erb
smithycms-0.5.99.1 app/views/smithy/content_blocks/index.html.erb
smithycms-0.5.99 app/views/smithy/content_blocks/index.html.erb
smithycms-0.6.2 app/views/smithy/content_blocks/index.html.erb
smithycms-0.6.1 app/views/smithy/content_blocks/index.html.erb
smithycms-0.5.2 app/views/smithy/content_blocks/index.html.erb
smithycms-0.6.0 app/views/smithy/content_blocks/index.html.erb