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