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

Version Path
smithycms-0.5.0 app/views/smithy/templates/index.html.erb
smithycms-0.4.5 app/views/smithy/templates/index.html.erb
smithycms-0.4.4 app/views/smithy/templates/index.html.erb
smithycms-0.4.3 app/views/smithy/templates/index.html.erb
smithycms-0.4.2 app/views/smithy/templates/index.html.erb
smithycms-0.4.1 app/views/smithy/templates/index.html.erb
smithycms-0.4.0 app/views/smithy/templates/index.html.erb
smithycms-0.0.3 app/views/smithy/templates/index.html.erb
smithycms-0.0.2 app/views/smithy/templates/index.html.erb
smithycms-0.0.1 app/views/smithy/templates/index.html.erb