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