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