Chris@0:

<%= l(:label_spent_time) %>

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