Files
habitica/app/views/habits/new.html.erb
T
Tyler Renelle db54c6b4b5 Adding habits
2012-01-31 23:09:00 -05:00

6 lines
77 B
Plaintext

<h1>New habit</h1>
<%= render 'form' %>
<%= link_to 'Back', habits_path %>