<% title('Mod Dashboard') %>
<%= link_to 'Manage Collectables', mod_dashboard_path, class: 'unstyled' %>
<% [Mount, Minion, Orchestrion, Emote, Barding, Hairstyle, Armoire, Spell, Fashion, Record].each do |model| %> <%= link_to model.to_s.pluralize, polymorphic_url([:mod, model]), class: 'btn btn-secondary mx-1 my-2' %> <% end %>
Changelog
<%= render 'change_table', changes: @changes %>