@@ -58,9 +58,7 | |||||
58 | rows.right l(:field_done_ratio), progress_bar(@issue.done_ratio, :legend => "#{@issue.done_ratio}%"), :class => 'progress' |
|
58 | rows.right l(:field_done_ratio), progress_bar(@issue.done_ratio, :legend => "#{@issue.done_ratio}%"), :class => 'progress' | |
59 | end |
|
59 | end | |
60 | unless @issue.disabled_core_fields.include?('estimated_hours') |
|
60 | unless @issue.disabled_core_fields.include?('estimated_hours') | |
61 | if @issue.estimated_hours.present? || @issue.total_estimated_hours.to_f > 0 |
|
61 | rows.right l(:field_estimated_hours), issue_estimated_hours_details(@issue), :class => 'estimated-hours' | |
62 | rows.right l(:field_estimated_hours), issue_estimated_hours_details(@issue), :class => 'estimated-hours' |
|
|||
63 | end |
|
|||
64 | end |
|
62 | end | |
65 | if User.current.allowed_to_view_all_time_entries?(@project) |
|
63 | if User.current.allowed_to_view_all_time_entries?(@project) | |
66 | if @issue.total_spent_hours > 0 |
|
64 | if @issue.total_spent_hours > 0 |
General Comments 0
You need to be logged in to leave comments.
Login now