Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-06-19 14:50:23 +0300
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-06-19 14:50:23 +0300
commiteec5324aaefaddc55287c3345449289a90845606 (patch)
treedb1b73c523c0612a5c4cdceb6dca80c8f193711c /app/views/shared
parent0e06315af6e515281e01ef8d349c37b8ed1a364d (diff)
Fixed lint errors
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/milestones/_milestone.html.haml6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/views/shared/milestones/_milestone.html.haml b/app/views/shared/milestones/_milestone.html.haml
index 1f3eff6b9e1..e0d9bb91b46 100644
--- a/app/views/shared/milestones/_milestone.html.haml
+++ b/app/views/shared/milestones/_milestone.html.haml
@@ -50,9 +50,5 @@
- else
= link_to 'Close Milestone', group_milestone_route(milestone, {state_event: :close }), method: :put, class: "btn btn-sm btn-grouped btn-close"
- if dashboard
- .status-box.status-box-milestone
+ .status-box.status-box-milestone
= milestone_type
-
-
-
-