Files
habitica/app/views/habits/edit.html.erb
T
2012-02-01 00:39:04 -05:00

7 lines
159 B
Plaintext

<h1>Editing habit</h1>
<%= render 'form' %>
<%= link_to 'Destroy', @habit, confirm: 'Are you sure?', method: :delete %> |
<%= link_to 'Back', habits_path %>