Sha256: 491214f98a7a347d924f480e6853d93fbfd661e1406c5157a0363e700cc491f2
Contents?: true
Size: 546 Bytes
Versions: 21
Compression:
Stored size: 546 Bytes
Contents
<% content_for :title, "Templates" %> <div class="jumbotron"> <%- 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-lg' %> </p> </div> <%= render :partial => "secondary_nav" %> <% content_for :related do %> <% end %>
Version data entries
21 entries across 21 versions & 1 rubygems