1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

We want mat name to just be a number

This commit is contained in:
2015-12-15 13:50:25 -05:00
parent d48b1b573f
commit ec1c7c7fd4

View File

@@ -12,7 +12,7 @@
<% end %>
<div class="field">
<%= f.label :name %><br>
<%= f.label :name, 'Mat Number' %><br>
<%= f.text_field :name %>
</div>