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