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