From: Jean-Philippe Lang Date: Sun, 5 Apr 2020 08:35:59 +0000 (+0000) Subject: Show user name in time entry bulk edit (#3800). X-Git-Tag: 4.2.0~1105 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c01dad40383c8dcee4df6d1d200467dee93335a4;p=redmine.git Show user name in time entry bulk edit (#3800). Patch by Kevin Fischer. git-svn-id: http://svn.redmine.org/redmine/trunk@19654 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/timelog/bulk_edit.html.erb b/app/views/timelog/bulk_edit.html.erb index 5d82c54d5..bb7caa14b 100644 --- a/app/views/timelog/bulk_edit.html.erb +++ b/app/views/timelog/bulk_edit.html.erb @@ -18,8 +18,13 @@ @@ -115,4 +120,4 @@ } ); <% end %> -<% end %> \ No newline at end of file +<% end %>