Files
habitica/app/views/rewards/edit.html.erb
T
2012-02-04 16:52:02 -05:00

7 lines
116 B
Plaintext

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