Category List
<%= link_to "Create New", new_admin_category_path, :class => "btn btn-default create-new hvr-box-shadow-outset" %>
| SL.No | Name | URL | Actions |
|---|---|---|---|
| <%= index + 1 %> | <%= category.name %> | <%= category.url %> | <%= link_to "Edit", edit_admin_category_path(category), :class => "btn btn-warning btn-sm hvr-box-shadow-outset" %> |