Sha256: 283bb9eeb9331fdc0da7daf397dbbfcb324a5231b92537e5fbb65f15d0fc39cb

Contents?: true

Size: 1002 Bytes

Versions: 11

Compression:

Stored size: 1002 Bytes

Contents

<div class="row">
      
  <div class="col-md-12">
    <div class="tabs-vertical-env">
          
      <ul id="div_category_types" class="nav tabs-vertical">
        <li class="<%= @category_type == "All" ? 'active' : '' %>">
          <%= link_to "All", categories_path %>
        </li>
        <% @features.each do |feature| %>
          <li class="<%= @category_type == feature.name ? 'active' : '' %>">
            <%= link_to feature.display_name, categories_path(category_type: feature.name) %>
          </li>
        <% end %>
        <li class="<%= @category_type == "none" ? 'active' : '' %>">
          <%= link_to "None", categories_path(category_type: :none) %>
        </li>
      </ul>
      
      <div class="tab-content">
        <div class="tab-pane active" id="v-home">
          <div id="div_category_index">
            <%= render :partial=>"dhatu/categories/index" %>
          </div>
          <%= clear_tag(10) %>
        </div>
      </div>
      
    </div>
  </div>

</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
dhatu-0.1.16 app/views/dhatu/categories/index.html.erb
dhatu-0.1.15 app/views/dhatu/categories/index.html.erb
dhatu-0.1.14 app/views/dhatu/categories/index.html.erb
dhatu-0.1.13 app/views/dhatu/categories/index.html.erb
dhatu-0.1.12 app/views/dhatu/categories/index.html.erb
dhatu-0.1.11 app/views/dhatu/categories/index.html.erb
dhatu-0.1.10 app/views/dhatu/categories/index.html.erb
dhatu-0.1.9 app/views/dhatu/categories/index.html.erb
dhatu-0.1.8 app/views/dhatu/categories/index.html.erb
dhatu-0.1.7 app/views/dhatu/categories/index.html.erb
dhatu-0.1.6 app/views/dhatu/categories/index.html.erb