Sha256: 84f68146fa1f130698a34cbfc057d1b3b9cb9285de0038e7fbf7a293c44d5f25

Contents?: true

Size: 1.56 KB

Versions: 20

Compression:

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

              <%= theme_button('Refresh', 'refresh', testimonials_path(st: @status), classes: "pull-left mr-10", btn_type: "white") %>
            </div>
            <div class="col-sm-6">
              <%= search_form_kuppayam(Dhatu::Offer, testimonials_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_testimonial_index">
          <%= render :partial=>"dhatu/testimonials/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/testimonials/index.html.erb
dhatu-0.3.8.pre.materialize app/views/dhatu/testimonials/index.html.erb
dhatu-0.3.7.pre.materialize app/views/dhatu/testimonials/index.html.erb
dhatu-0.3.6.pre.materialize app/views/dhatu/testimonials/index.html.erb
dhatu-0.3.5.pre.materialize app/views/dhatu/testimonials/index.html.erb
dhatu-0.3.4.pre.materialize app/views/dhatu/testimonials/index.html.erb
dhatu-0.3.3.pre.materialize app/views/dhatu/testimonials/index.html.erb
dhatu-0.3.2.pre.materialize app/views/dhatu/testimonials/index.html.erb
dhatu-0.3.1.pre.materialize app/views/dhatu/testimonials/index.html.erb
dhatu-0.3.0.pre.materialize app/views/dhatu/testimonials/index.html.erb
dhatu-0.2.3 app/views/dhatu/testimonials/index.html.erb
dhatu-0.2.2 app/views/dhatu/testimonials/index.html.erb
dhatu-0.2.1 app/views/dhatu/testimonials/index.html.erb
dhatu-0.2.0 app/views/dhatu/testimonials/index.html.erb
dhatu-0.1.25 app/views/dhatu/testimonials/index.html.erb
dhatu-0.1.24 app/views/dhatu/testimonials/index.html.erb
dhatu-0.1.23 app/views/dhatu/testimonials/index.html.erb
dhatu-0.1.22 app/views/dhatu/testimonials/index.html.erb
dhatu-0.1.21 app/views/dhatu/testimonials/index.html.erb
dhatu-0.1.20 app/views/dhatu/testimonials/index.html.erb