%= content_tag_for(:li, forum) do %>
<%= forum.label %>
<%= forum.description %>
- <%= link_to t('.edit_forum'), edit_admin_category_forum_path(category, forum) %>
- <%= link_to t('.destroy_forum'), admin_category_forum_path(category, forum), :method => :delete %>
<% end %>