1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00
Files
wrestlingdev.com/app/views/mats/show.html.erb
2014-01-25 05:28:42 -05:00

14 lines
202 B
Plaintext

<p id="notice"><%= notice %></p>
<p>
<strong>Name:</strong>
<%= @mat.name %>
</p>
<p>
<strong>Tournament:</strong>
<%= @mat.tournament_id %>
</p>
<%= link_to 'Edit', edit_mat_path(@mat) %> |