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