app/views/phcpresspro/modules/categories/index.html.erb in phcpresspro-5.10.0 vs app/views/phcpresspro/modules/categories/index.html.erb in phcpresspro-5.10.1

- old
+ new

@@ -55,11 +55,11 @@ </thead> <tbody> <% @modules_categories.each do |modules_category| %> <tr> - <td><%= link_to modules_category.catname, edit_modules_category_path(modules_category) %></td> - <td><%= link_to 'Trash', modules_category, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %></td> + <td><%= link_to modules_category.catname, phcpresspro.edit_modules_category_path(modules_category) %></td> + <td><%= link_to 'Trash', phcpresspro.modules_category, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table>