2009-09-20 14:06:57 +00:00
|
|
|
<h2><%= l(:label_spent_time) %></h2>
|
|
|
|
|
2012-04-25 17:17:49 +00:00
|
|
|
<%= labelled_form_for @time_entry, :url => project_time_entry_path(@time_entry.project, @time_entry) do |f| %>
|
2012-01-10 17:35:09 +00:00
|
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
|
|
|
<%= submit_tag l(:button_save) %>
|
2009-09-20 14:06:57 +00:00
|
|
|
<% end %>
|