##// END OF EJS Templates
Adds a 'Create and continue' button on the spent time form (#9995)....
Adds a 'Create and continue' button on the spent time form (#9995). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8687 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8567:1d07bb91a7d1
r8567:1d07bb91a7d1
Show More
new.html.erb
7 lines | 314 B | text/plain | TextLexer
<h2><%= l(:label_spent_time) %></h2>
<% labelled_form_for @time_entry, :url => project_time_entries_path(@time_entry.project) do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<%= submit_tag l(:button_create) %>
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
<% end %>