Sha256: 80cfe28921775b9922f72260e2c2bd950da804988ef1701a5f6b4a7e39b5d612

Contents?: true

Size: 888 Bytes

Versions: 25

Compression:

Stored size: 888 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

25 entries across 25 versions & 1 rubygems

Version Path
roroacms-1.0.0 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8.6.7 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8.6.6 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8.6.5 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8.6.4 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8.6.3 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8.6.2 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8.6.1 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8.6 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8.5 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8.4 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8.3 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8.2 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8.1 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.8 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.7.10 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.7.8 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.7.7 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.7.6 app/views/roroacms/admin/terms/_table.html.erb
roroacms-0.0.7.5 app/views/roroacms/admin/terms/_table.html.erb