mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
6 lines
159 B
Text
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 %>
|