mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-23 08:51:13 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@17523 e93f8b46-1217-0410-a6f0-8f06a7374b81
8 lines
306 B
Plaintext
8 lines
306 B
Plaintext
<h2><%= l(:label_spent_time) %></h2>
|
|
|
|
<%= labelled_form_for @time_entry, :url => time_entry_path(@time_entry), :html => {:multipart => true} do |f| %>
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
|
<%= submit_tag l(:button_save) %>
|
|
<%= cancel_button_tag_for_time_entry(@project) %>
|
|
<% end %>
|