diff --git a/resources/views/projects/show.blade.php b/resources/views/projects/show.blade.php index 684588868431..c1ff63c7a302 100644 --- a/resources/views/projects/show.blade.php +++ b/resources/views/projects/show.blade.php @@ -76,7 +76,7 @@ {{ $project->private_notes }} -
{{ trans('texts.duration') }} | -{{ Utils::formatTime($chartData->duration) }} | ++ {{ Utils::formatTime($chartData->duration) }} + @if ($project->budgeted_hours) + [{{ round($chartData->duration / ($project->budgeted_hours * 60 * 60) * 100) }}%] + @endif + |