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

Version Path
smithycms-0.8.1 app/views/smithy/templates/index.html.erb
smithycms-0.7.3 app/views/smithy/templates/index.html.erb
smithycms-0.7.2 app/views/smithy/templates/index.html.erb
smithycms-0.7.1 app/views/smithy/templates/index.html.erb
smithycms-0.7.0 app/views/smithy/templates/index.html.erb
smithycms-0.6.10 app/views/smithy/templates/index.html.erb
smithycms-0.5.99.3 app/views/smithy/templates/index.html.erb
smithycms-0.6.9 app/views/smithy/templates/index.html.erb
smithycms-0.6.7 app/views/smithy/templates/index.html.erb
smithycms-0.6.6 app/views/smithy/templates/index.html.erb
smithycms-0.6.5 app/views/smithy/templates/index.html.erb
smithycms-0.6.4 app/views/smithy/templates/index.html.erb
smithycms-0.6.3 app/views/smithy/templates/index.html.erb
smithycms-0.5.99.2 app/views/smithy/templates/index.html.erb
smithycms-0.5.99.1 app/views/smithy/templates/index.html.erb
smithycms-0.5.99 app/views/smithy/templates/index.html.erb
smithycms-0.6.2 app/views/smithy/templates/index.html.erb
smithycms-0.6.1 app/views/smithy/templates/index.html.erb
smithycms-0.5.2 app/views/smithy/templates/index.html.erb
smithycms-0.6.0 app/views/smithy/templates/index.html.erb