2012-01-10 17:35:09 +00:00
|
|
|
<h2><%= l(:label_spent_time) %></h2>
|
|
|
|
|
2012-01-21 14:26:51 +00:00
|
|
|
<% labelled_form_for @time_entry, :url => time_entries_path do |f| %>
|
2012-01-10 17:35:09 +00:00
|
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
2012-01-21 10:37:19 +00:00
|
|
|
<%= submit_tag l(:button_create) %>
|
|
|
|
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
|
2012-01-10 17:35:09 +00:00
|
|
|
<% end %>
|