Sha256: 344fcf2cee349dca70f2466feb411088c6a431165dba785acd94c02d682f5d59

Contents?: true

Size: 1.54 KB

Versions: 20

Compression:

Stored size: 1.54 KB

Contents

<div class="row">
      
  <div class="col-md-12">
    
    <ul class="nav nav-tabs nav-tabs-justified">
    </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 class="row">
              <div class="col-md-12 visible-sm visible-xs mt-10">
              </div>
              <div class="col-md-12">
                <% @filter_ui_settings.each do |filter_name, options| %>
                  <% if options[:object_filter] == true %>
                    <%= report_object_filter(filter_name, options) %>
                  <% else %>
                    <%= report_filter(filter_name, options) %>
                  <% end %>
                <% end %>
              </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

20 entries across 20 versions & 1 rubygems

Version Path
dhatu-0.3.9.pre.materialize app/views/dhatu/branches/index.html.erb
dhatu-0.3.8.pre.materialize app/views/dhatu/branches/index.html.erb
dhatu-0.3.7.pre.materialize app/views/dhatu/branches/index.html.erb
dhatu-0.3.6.pre.materialize app/views/dhatu/branches/index.html.erb
dhatu-0.3.5.pre.materialize app/views/dhatu/branches/index.html.erb
dhatu-0.3.4.pre.materialize app/views/dhatu/branches/index.html.erb
dhatu-0.3.3.pre.materialize app/views/dhatu/branches/index.html.erb
dhatu-0.3.2.pre.materialize app/views/dhatu/branches/index.html.erb
dhatu-0.3.1.pre.materialize app/views/dhatu/branches/index.html.erb
dhatu-0.3.0.pre.materialize app/views/dhatu/branches/index.html.erb
dhatu-0.2.3 app/views/dhatu/branches/index.html.erb
dhatu-0.2.2 app/views/dhatu/branches/index.html.erb
dhatu-0.2.1 app/views/dhatu/branches/index.html.erb
dhatu-0.2.0 app/views/dhatu/branches/index.html.erb
dhatu-0.1.25 app/views/dhatu/branches/index.html.erb
dhatu-0.1.24 app/views/dhatu/branches/index.html.erb
dhatu-0.1.23 app/views/dhatu/branches/index.html.erb
dhatu-0.1.22 app/views/dhatu/branches/index.html.erb
dhatu-0.1.21 app/views/dhatu/branches/index.html.erb
dhatu-0.1.20 app/views/dhatu/branches/index.html.erb