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

6 lines
159 B
Text

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