Mercurial > hg > soundsoftware-site
comparison .svn/pristine/20/20e5c0c48e6b23cc5129695034ba2f44417b7624.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 <h2><%= l(:label_spent_time) %></h2> | |
2 | |
3 <%= labelled_form_for @time_entry, :url => time_entries_path do |f| %> | |
4 <%= hidden_field_tag 'project_id', params[:project_id] if params[:project_id] %> | |
5 <%= render :partial => 'form', :locals => {:f => f} %> | |
6 <%= submit_tag l(:button_create) %> | |
7 <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> | |
8 <% end %> |