Sha256: 59830315e6c76fa56b1bd36586f7e4d7d151310c92cfa1d2406d06069ec3ca88

Contents?: true

Size: 442 Bytes

Versions: 11

Compression:

Stored size: 442 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, 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

11 entries across 11 versions & 1 rubygems

Version Path
base_editing_bootstrap-1.7.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-1.6.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-1.5.1 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-1.5.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-1.4.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-1.3.2 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-1.3.1 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-1.3.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-1.2.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-1.1.0 app/views/base_editing/_search_result.html.erb
base_editing_bootstrap-1.0.0 app/views/base_editing/_search_result.html.erb