summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Andrinopoulos <geoandri@gmail.com>2017-11-03 06:56:41 +0200
committerGeorge Andrinopoulos <geoandri@gmail.com>2017-11-11 16:47:39 +0200
commit2f9c23eb7e594c40bee0e66b111132d1481af1a3 (patch)
treef137cd43e176d9bc69f2368ffed4afbe0f928abe
parentd8462638e1b6faefe49c87c84ed819d525781a84 (diff)
downloadgitlab-ce-2f9c23eb7e594c40bee0e66b111132d1481af1a3.tar.gz
Fix static code analysis offence
-rw-r--r--app/views/shared/milestones/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/milestones/_sidebar.html.haml b/app/views/shared/milestones/_sidebar.html.haml
index 65e70f13055..e244adf7d52 100644
--- a/app/views/shared/milestones/_sidebar.html.haml
+++ b/app/views/shared/milestones/_sidebar.html.haml
@@ -98,7 +98,7 @@
.value.hide-collapsed
- if milestone.human_total_time_spent
%span.bold= milestone.human_total_time_spent
- -else
+ - else
%span.no-value No time spent
.block.merge-requests