mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-02 05:39:40 +00:00
fix source indent of IssuesHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@19955 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
28f513b48c
commit
9be307d321
@ -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'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user