diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-08-07 12:43:40 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-08-07 12:43:40 +0000 |
commit | 9be307d3216abde9b6fd5f90519ba94f54c7478b (patch) | |
tree | 962a8390e2f5316286527c5450490ff922ccc721 | |
parent | 28f513b48ca4ee99be3753257b40332b8194ae83 (diff) | |
download | redmine-9be307d3216abde9b6fd5f90519ba94f54c7478b.tar.gz redmine-9be307d3216abde9b6fd5f90519ba94f54c7478b.zip |
fix source indent of IssuesHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@19955 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/helpers/issues_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index 2e3b9b6f8..4907090d9 100644 --- a/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb @@ -134,7 +134,7 @@ module IssuesHelper (if child.disabled_core_fields.include?('done_ratio') '' else - progress_bar(child.done_ratio) + progress_bar(child.done_ratio) end), :class=> 'done_ratio') + content_tag('td', buttons, :class => 'buttons'), |