mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 17:28:50 +01:00
5 lines
256 B
Text
5 lines
256 B
Text
<%= form_tag todos_path(:format => 'm'), :method => :post do %>
|
|
<%= render :partial => 'edit_form' %>
|
|
<p><input type="submit" value="<%= t('common.create') %>" tabindex="12" accesskey="#" /></p>
|
|
<% end -%>
|
|
<%= link_to t('common.back'), @return_path %>
|