Sha256: 8fea1597724360a7e0ebcf60d0a0cf1df0ac3fbe4c2a40b92e59492f8cc733bc

Contents?: true

Size: 1.4 KB

Versions: 17

Compression:

Stored size: 1.4 KB

Contents

<div class="row">
      
  <div class="col-md-12">
    
    <ul class="nav nav-tabs nav-tabs-justified">
      <% Dhatu::Branch::STATUS.each do |key, value| %>
      <li class="<%= @status == value ? 'active' : '' %>">
        <%= link_to branches_path(st: value), "aria-expanded" => "#{ @status == value ? 'true' : 'false' }" do %>
          <span class="visible-xs"><i class="fa-gift"></i></span>
          <span class="hidden-xs"><%= key %></span>
        <% end %>
      </li>
      <% end %>
    </ul>

    <div class="tab-content">
      <div class="tab-pane active">

        <div id="div_branch_action_buttons">
          
          <div class="row">
            <div class="col-sm-6">
              <%= theme_button('Add a Branch', 'plus', new_branch_path(), classes: "pull-left mr-10", btn_type: "success") if @current_user.has_create_permission?(Dhatu::Branch) %>

              <%= theme_button('Refresh', 'refresh', branches_path(st: @status), classes: "pull-left mr-10", btn_type: "white") %>
            </div>
            <div class="col-sm-6">
              <%= search_form_kuppayam(Dhatu::Offer, branches_path(st: @status), text: @filters[:query]) %>
            </div>
          </div>

        </div>
        <%= clear_tag(10) %>

        <div id="div_branch_index">
          <%= render :partial=>"dhatu/branches/index" %>
        </div>
        <%= clear_tag(10) %>

      </div>
    </div>

  </div>

</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
dhatu-0.1.19 app/views/dhatu/branches/index.html.erb
dhatu-0.1.18 app/views/dhatu/branches/index.html.erb
dhatu-0.1.16 app/views/dhatu/branches/index.html.erb
dhatu-0.1.15 app/views/dhatu/branches/index.html.erb
dhatu-0.1.14 app/views/dhatu/branches/index.html.erb
dhatu-0.1.13 app/views/dhatu/branches/index.html.erb
dhatu-0.1.12 app/views/dhatu/branches/index.html.erb
dhatu-0.1.11 app/views/dhatu/branches/index.html.erb
dhatu-0.1.10 app/views/dhatu/branches/index.html.erb
dhatu-0.1.9 app/views/dhatu/branches/index.html.erb
dhatu-0.1.8 app/views/dhatu/branches/index.html.erb
dhatu-0.1.7 app/views/dhatu/branches/index.html.erb
dhatu-0.1.6 app/views/dhatu/branches/index.html.erb
dhatu-0.1.5 app/views/dhatu/branches/index.html.erb
dhatu-0.1.4 app/views/dhatu/branches/index.html.erb
dhatu-0.1.3 app/views/dhatu/branches/index.html.erb
dhatu-0.1.2 app/views/dhatu/branches/index.html.erb