Sha256: 275d1fa64e1127de192cc35c2ac4df4747ad3bb1ea8aa5605eaccbd7c85a7947

Contents?: true

Size: 1.88 KB

Versions: 20

Compression:

Stored size: 1.88 KB

Contents

<div class="row">
      
  <div class="col-md-12">
    
    <div class="tabs-vertical-env">

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

          <div id="div_price_action_buttons">
            <div class="row">
              <div class="col-sm-6">
                <%= theme_button('Add a Price', 'plus', dhatu.new_price_path(ct: params[:ct]), classes: "pull-left mr-10", btn_type: "success") if @current_user.has_create_permission?(Dhatu::Price) %>

                <%= theme_button('Refresh', 'refresh', dhatu.prices_path(ct: params[:ct]), classes: "pull-left mr-10", btn_type: "white") %>
              </div>
              <div class="col-sm-6">
                <%= search_form_kuppayam(Dhatu::Price, dhatu.prices_path(ct: params[:ct]), 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_price_index">
            <%= render :partial=>"dhatu/prices/index" %>
          </div>
          <%= clear_tag(10) %>

        </div>
      </div>

    </div>
    
  </div>

</div>

<script type="text/javascript">
  $('body').on('change', '#inp_name', function() {
    var priceId = $('#inp_permalink').data("id");
    if(priceId){
    } else {
      var permalink = convertToSlug($(this).val()).slice(0, 63);
      $('#inp_permalink').val(permalink);
    }
  });
</script>


Version data entries

20 entries across 20 versions & 1 rubygems

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