Sha256: 85f95a948b337be0f71c1054767ba4b08db5c8527e046c41c200203e0cb70835
Contents?: true
Size: 549 Bytes
Versions: 10
Compression:
Stored size: 549 Bytes
Contents
<% content_for :title, "Templates" %> <div class="hero-unit"> <%- if @templates.empty? -%> <p>Be the first to add a Template to your site. Templates are the basic building blocks for your pages. A page's look and feel is defined in the templates that you create.</p> <% else %> <p>Add a template or select one from your left to edit.</p> <% end %> <p> <%= link_to "Add Template", new_template_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