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