Categories Listing

Category List

<%= link_to "Create New", new_admin_category_path, :class => "btn btn-default create-new hvr-box-shadow-outset" %>
<% if !@categories.nil? && @categories.present? %>
<% @categories.each_with_index do |category,index| %> <% end %>
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" %>
<% end %>