7 lines
159 B
Plaintext
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 %>
|