Topics Listing

Topics List

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