Sha256: e548dc54a0aed21a236b45c2cbdf64cba0c52d6266dfb3387b863ff6bfec7985

Contents?: true

Size: 1.13 KB

Versions: 25

Compression:

Stored size: 1.13 KB

Contents

<%= render partial: 'roroacms/admin/partials/table_header', locals: {path: new_admin_page_path, name: t("views.admin.pages.index.add_new_page"), id: "add-new-page" } %>

<%= form_tag bulk_update_admin_pages_path do %>

  <table id="dtable" class="table table-hover"  width="100%">
    <thead>
      <tr>
        <th class="checkboxth hidden-xs"><%= check_box_tag 'all', 'all', false, :id => 'check_all' %></th>
        <th><%= t("views.admin.partials.pages_table.page_title") %></th>
        <th class="hidden-xs"><%= t("views.admin.generic.published_date") %></th>
        <th>&nbsp;</th>
      </tr>
    </thead>
    <%= nested_table(@pages, 'roroacms/admin/partials/table_row') %>
  </table>
  <hr>
  <div class="hidden-xs">
    <%= bulk_update_dropdown Hash[
                                'publish' => t("views.admin.generic.bulk_update_options.publish"), 
                                'draft' => t("views.admin.generic.bulk_update_options.draft"), 
                                'move_to_trash' => t("views.admin.generic.bulk_update_options.move_to_trash")
                                ] %>
  </div>
  <div id="paginationWrapper"></div>

<% end %>

Version data entries

25 entries across 25 versions & 1 rubygems

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