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;"> </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