Sha256: 4e54ca1df1ad0e2317b69d227f7b4637f4aaf5f6192a05f9b943174f1cdb3e98

Contents?: true

Size: 1.04 KB

Versions: 20

Compression:

Stored size: 1.04 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_promotion_action_buttons">
          
          <div class="row">
            <div class="col-sm-6">
              <%= theme_button('Add a Promotion', 'plus', new_promotion_path(), classes: "pull-left mr-10", btn_type: "success") if @current_user.has_create_permission?(Dhatu::Promotion) %>

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

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

        <div id="div_promotion_index">
          <%= render :partial=>"dhatu/promotions/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/promotions/index.html.erb
dhatu-0.3.8.pre.materialize app/views/dhatu/promotions/index.html.erb
dhatu-0.3.7.pre.materialize app/views/dhatu/promotions/index.html.erb
dhatu-0.3.6.pre.materialize app/views/dhatu/promotions/index.html.erb
dhatu-0.3.5.pre.materialize app/views/dhatu/promotions/index.html.erb
dhatu-0.3.4.pre.materialize app/views/dhatu/promotions/index.html.erb
dhatu-0.3.3.pre.materialize app/views/dhatu/promotions/index.html.erb
dhatu-0.3.2.pre.materialize app/views/dhatu/promotions/index.html.erb
dhatu-0.3.1.pre.materialize app/views/dhatu/promotions/index.html.erb
dhatu-0.3.0.pre.materialize app/views/dhatu/promotions/index.html.erb
dhatu-0.2.3 app/views/dhatu/promotions/index.html.erb
dhatu-0.2.2 app/views/dhatu/promotions/index.html.erb
dhatu-0.2.1 app/views/dhatu/promotions/index.html.erb
dhatu-0.2.0 app/views/dhatu/promotions/index.html.erb
dhatu-0.1.25 app/views/dhatu/promotions/index.html.erb
dhatu-0.1.24 app/views/dhatu/promotions/index.html.erb
dhatu-0.1.23 app/views/dhatu/promotions/index.html.erb
dhatu-0.1.22 app/views/dhatu/promotions/index.html.erb
dhatu-0.1.21 app/views/dhatu/promotions/index.html.erb
dhatu-0.1.20 app/views/dhatu/promotions/index.html.erb