2012-01-10 21:35:09 +04:00
|
|
|
<h2><%= l(:label_spent_time) %></h2>
|
|
|
|
|
2012-04-25 21:17:49 +04:00
|
|
|
<%= labelled_form_for @time_entry, :url => time_entries_path do |f| %>
|
2012-05-29 21:07:07 +04:00
|
|
|
<%= hidden_field_tag 'project_id', params[:project_id] if params[:project_id] %>
|
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 %>
|