Sha256: e2aae019b10d18c6332ca2b14dc229bc8ae20ca659cb6ced6c6b35819ecb8726

Contents?: true

Size: 935 Bytes

Versions: 16

Compression:

Stored size: 935 Bytes

Contents

<% content_for :content_title, icon_label('font-comments', 'Forum Categories') %>

<% toolbar = toolbar_btn(icons(:new), new_admin_forum_category_path, title: 'New Category', class: "btn btn-link btn-icon") %>
<%= panel body: false, toolbar: toolbar do %>
  <table id="drag_sort" class="table table-striped table-bordered table-block" data-update_url="<%= dm_forum.admin_forum_category_sort_path %>">
    <thead>
      <tr>
        <th class="sort_handle"></th>
        <th>Name</th>
        <th width="50">Status</th>
      </tr>
    </thead>
    <tbody>
      <% @forum_categories.each do |forum_category| %>
        <tr class="item" data-item_id="<%= forum_category.id %>">
          <td class="sort_handle"></td>
          <td>
            <%= link_to(forum_category.name.to_s_default, admin_forum_category_path(forum_category)) %>
          </td>
          <td></td>
        </tr>
      <% end %>
    </tbody>
  </table>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dm_forum-4.2.3.10 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.3.9 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.3.8 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.3.7 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.3.6 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.3.5 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.3.4 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.3.3 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.3.2 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.3.1 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.3 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.2.3 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.2.2 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.2.1 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.2 app/views/dm_forum/admin/forum_categories/index.html.erb
dm_forum-4.2.1.5 app/views/dm_forum/admin/forum_categories/index.html.erb