Files
redmine-exception-handler/app/views/maps/index.html.erb
Ricky Barrette cbb37e750b Added a method to delete maps
also split the maps into diffrent pages. all map pages urls are now
prefixed with .../exceptionhandler/maps...

closes #18
2012-04-29 17:10:47 -04:00

10 lines
217 B
Plaintext
Executable File

<h1>Exception Handler Maps</h1>
<br/>
<br/>
<strong>Current Maps:</strong>
<% Map.all.each do |map| %>
<br/>
<%= map[:package] %> <%= map[:build] %> <%= link_to "Delete", "maps/delete/#{map[:map]}" %>
<% end %>