Listing mods

<% for mod in @mods %> <% unless mod.id == 2 %> <% end %> <% end %>
Modname Modtext Category
<%=h mod.modname %> <%= mod.modtext.html_safe %> <%= mod.category.name %> <%= link_to 'Show', mod %> <%= link_to 'Edit', edit_mod_path(mod) %><%= button_to 'Destroy', mod, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to 'New mod', new_mod_path %>