edit.html.erb
6 lines
| 252 B
| text/plain
|
TextLexer
|
r2781 | <h2><%= l(:label_spent_time) %></h2> | ||
|
r9346 | <%= labelled_form_for @time_entry, :url => project_time_entry_path(@time_entry.project, @time_entry) do |f| %> | ||
|
r8508 | <%= render :partial => 'form', :locals => {:f => f} %> | ||
<%= submit_tag l(:button_save) %> | ||||
|
r2781 | <% end %> | ||