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