Sha256: 3f7ebe17a4e1cbc1778cd09c722a54b6994e27b00a0ec72862bf1d26940a0b1e

Contents?: true

Size: 454 Bytes

Versions: 21

Compression:

Stored size: 454 Bytes

Contents

<table class="table table-head-fixed text-nowrap <%= dom_class(@search_instance.model_klass,:search_results) %>">
  <thead>
  <tr>
    <% @search_instance.search_result_fields.each do |srf| %>
      <%= render_header_cell_field(@search_instance.model_klass, srf) %>
    <% end %>
    <th class="action_col"></th>
  </tr>
  </thead>
  <tbody>
  <%= render partial: 'search_result_row', collection: @search_instance.results, as: :obj %>
  </tbody>
</table>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
base_editing_bootstrap-0.16.1 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.16.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.15.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.14.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.13.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.12.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.11.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.10.2 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.10.1 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.10.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.9.1 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.9.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.8.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.7.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.6.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.4.1 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.4.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.3.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.2.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-0.1.4 app/views/base_editing/_search_result.html.erb