diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-12 09:56:40 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-12 09:56:40 +0000 |
commit | 361b65854cce25f5667d417a8739b5b234a9bd49 (patch) | |
tree | bf7a7923879ad064f1410d6c2a70313c018d4382 /app/views | |
parent | 18631c1da34ada01a7dbd1b2e04fddfb692723d4 (diff) | |
download | redmine-361b65854cce25f5667d417a8739b5b234a9bd49.tar.gz redmine-361b65854cce25f5667d417a8739b5b234a9bd49.zip |
Merged r15131 (#21867).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15203 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/imports/_fields_mapping.html.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/imports/_fields_mapping.html.erb b/app/views/imports/_fields_mapping.html.erb index 97dac0e66..bb6467eca 100644 --- a/app/views/imports/_fields_mapping.html.erb +++ b/app/views/imports/_fields_mapping.html.erb @@ -74,6 +74,10 @@ <%= mapping_select_tag @import, 'due_date' %> </p> <p> + <label><%= l(:field_estimated_hours) %></label> + <%= mapping_select_tag @import, 'estimated_hours' %> +</p> +<p> <label><%= l(:field_done_ratio) %></label> <%= mapping_select_tag @import, 'done_ratio' %> </p> |