tracks/app/views/todos/new.m.erb
Matt Rogers f393afb69f Merge branch '2.3_branch'
This brings the master branch up to date with the 2.3 release branch
2015-08-07 20:27:14 -04:00

6 lines
274 B
Text

<%= form_tag todos_path(:format => 'm'), :method => :post do %>
<%= render :partial => 'edit_form' %>
<p class="text-right"><input type="submit" class="btn" value="<%= t('common.create') %>" accesskey="#" /></p>
<% end -%>
<%= link_to t('common.back'), @return_path %>