Sha256: b98d5b6fa0eb77e1f3e9b9458013855db2109dff44e74147b6b076c14a0b98a4

Contents?: true

Size: 929 Bytes

Versions: 21

Compression:

Stored size: 929 Bytes

Contents

<% content_for :secondary_nav do %>
  <ul class="nav nav-list">
    <li class="nav-header">Templates</li>
    <%= render @templates %>
    <li class="nav-header">Includes</li>
    <%= render @includes %>
    <li class="nav-header">Javascripts</li>
    <%= render @javascripts %>
    <li class="nav-header">Stylesheets</li>
    <%= render @stylesheets %>
  </ul>

  <div class="clearfix">
    <div class="btn-group actions pull-right">
      <%= link_to "<i class=\"fa fa-plus\"></i> Add Template <span class=\"caret\"></span>".html_safe, new_template_path, :class => 'dropdown-toggle btn btn-default', 'data-toggle' => 'dropdown', 'data-target' => '#', :role => 'button' %>
      <ul class="dropdown-menu" role="menu">
      <% Smithy::Template.types.each do |tt| %>
        <li><%= link_to tt.capitalize, new_template_path(:template => { :template_type => tt }) %></li>
      <% end %>
      </ul>
    </div>
  </div>
<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

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