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