app/views/admin/categories/index.html.erb in merrycms-0.1.2 vs app/views/admin/categories/index.html.erb in merrycms-0.1.4

- old
+ new

@@ -6,10 +6,10 @@ <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| %> +<% 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) %> \ No newline at end of file