summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Andrinopoulos <geoandri@gmail.com>2017-11-03 06:56:41 +0200
committerWinnie Hellmann <winnie@gitlab.com>2017-11-13 15:04:11 +0100
commitd2fe9f2b9a7a465834dab13199ae675ca9686541 (patch)
tree8b4c76547f5529ef7596e438848d61939a972185
parentab2aaa783731e64e1dd2dbbf6f37b532f6e3035b (diff)
downloadgitlab-ce-d2fe9f2b9a7a465834dab13199ae675ca9686541.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