Sha256: 901ab36e6bed9b1d3a70b9717ab71d391f88689e6b9bb097b8bd6dee57e44365

Contents?: true

Size: 909 Bytes

Versions: 14

Compression:

Stored size: 909 Bytes

Contents

<div class="tag-category-wrapper">
  <%= form_tag bulk_update_admin_terms_path, :style => 'margin-top:23px;' do %>
    <%= hidden_field_tag :type_taxonomy, @type %>
    <table id="dtable" class="table table-hover" cellspacing="0" width="100%">
    <thead>
      <tr>
        <th class="hidden-xs"><%= check_box_tag 'all', 'all', false, :id => 'check_all' %></th>
        <th><%= t("views.admin.generic.name") %></th>
        <th class="hidden-xs"><%= t("views.admin.terms.table.slug") %></th>
        <th class="center" style="min-width:50px;">&nbsp;</th>
      </tr>
    </thead>
    <%= nested_table(@records, 'roroacms/admin/partials/term_table_row') %>
    
    </table>
    <div class="hidden-xs">
      <hr>
      <%= bulk_update_dropdown Hash['destroy' => t("views.admin.generic.bulk_update_options.destroy")] %>
    </div>
    <div id="paginationWrapper"></div>
  <% end %>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
roroacms-0.0.6.9 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.6.8 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.6.7 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.6.6 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.6.5 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.6.4 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.6.2 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.6.1 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.6 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.5 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.4 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.3 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.2 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.1 app/views/roroacms/admin/terms/_table.html.erb