Added retired

Added the retired suffix
This commit is contained in:
Jonas Folvik
2016-01-04 21:39:52 +01:00
parent 5585583079
commit 3275c05a5f
3 changed files with 15 additions and 0 deletions

View File

@@ -39,6 +39,12 @@
<%= f.select :donor, [["No", false], ["Yes", true]], {}, { disabled: !can_edit? } %>
</td>
</tr>
<tr>
<td>Retired</td>
<td>
<%= f.select :retired, [["No", false], ["Yes", true]], {}, { disabled: !can_edit? } %>
</td>
</tr>
<% end %>
<% if admin? %>
<tr>