Chris@1295:

<%= l(:label_spent_time) %>

Chris@1295: Chris@1295: <%= labelled_form_for @time_entry, :url => project_time_entry_path(@time_entry.project, @time_entry) do |f| %> Chris@1295: <%= render :partial => 'form', :locals => {:f => f} %> Chris@1295: <%= submit_tag l(:button_save) %> Chris@1295: <% end %>