Sha256: 73e4fcd272ff5fcc93d9cffcfa7fc0e0f344fb2d4a6a23d834ba4d715ba658fe

Contents?: true

Size: 519 Bytes

Versions: 21

Compression:

Stored size: 519 Bytes

Contents

<% content_for :title, "Site Content" %>

<div class="jumbotron">
<%- if @root.blank? -%>
  <p>Be the first to add a Page to your site. Pages are the building blocks for your site. A page's look and feel is defined by the templates that you choose for it.</p>
<% else %>
  <p>Add a page or select one from your left to edit.</p>
<% end %>
  <p>
    <%= link_to "Add Page", new_page_path, :class => 'btn btn-primary btn-lg' %>
  </p>
</div>

<%= render :partial => "page_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/pages/index.html.erb
smithycms-0.7.3 app/views/smithy/pages/index.html.erb
smithycms-0.7.2 app/views/smithy/pages/index.html.erb
smithycms-0.7.1 app/views/smithy/pages/index.html.erb
smithycms-0.7.0 app/views/smithy/pages/index.html.erb
smithycms-0.6.10 app/views/smithy/pages/index.html.erb
smithycms-0.5.99.3 app/views/smithy/pages/index.html.erb
smithycms-0.6.9 app/views/smithy/pages/index.html.erb
smithycms-0.6.7 app/views/smithy/pages/index.html.erb
smithycms-0.6.6 app/views/smithy/pages/index.html.erb
smithycms-0.6.5 app/views/smithy/pages/index.html.erb
smithycms-0.6.4 app/views/smithy/pages/index.html.erb
smithycms-0.6.3 app/views/smithy/pages/index.html.erb
smithycms-0.5.99.2 app/views/smithy/pages/index.html.erb
smithycms-0.5.99.1 app/views/smithy/pages/index.html.erb
smithycms-0.5.99 app/views/smithy/pages/index.html.erb
smithycms-0.6.2 app/views/smithy/pages/index.html.erb
smithycms-0.6.1 app/views/smithy/pages/index.html.erb
smithycms-0.5.2 app/views/smithy/pages/index.html.erb
smithycms-0.6.0 app/views/smithy/pages/index.html.erb