Sha256: 5b0fcb742924821dff0cd73f691c815770b5bf4e98ed35f96fdef26a8ffd4a67

Contents?: true

Size: 543 Bytes

Versions: 2

Compression:

Stored size: 543 Bytes

Contents

<h1>Catégories</h1>

<p><%= link_to t('categories.links.new'), new_admin_category_path, :class => "button" %></p>

<table>
  <tr>
    <th><%= t('categories.name') %></th>
    <th><%= t('categories.link') %></th>
    <th></th>
  </tr>
<% render_cat @categories, :sort => lambda{|x| x.position } do |node, child| %>
  <tr>
    <td><%= display_node(node) %></td>
    <td><%= node.link %></td>
    <td>
      <%= display_edit_category_link(node) %>
      <%= display_sort_category_link(node) %>
    </td>
  </tr>
  <%= child %>
<% end %>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
merrycms-0.1.7 app/views/admin/categories/index.html.erb
merrycms-0.1.4 app/views/admin/categories/index.html.erb