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

7 lines
107 B
Plaintext

<h1>Editing mat</h1>
<%= render 'form' %>
<%= link_to 'Show', @mat %> |
<%= link_to 'Back', mats_path %>