summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/widget/_heading.html.haml
diff options
context:
space:
mode:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-10-04 18:50:25 +0200
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-10-14 11:07:00 +0200
commit8a1064d76252e16b64b6e4f03d819b6dc20e1d6d (patch)
tree0ce079f2d2249239796b2c5720021929fd4f2f92 /app/views/projects/merge_requests/widget/_heading.html.haml
parent6a4f71008390752e6b5574a9e9bdf277732d852d (diff)
downloadgitlab-ce-8a1064d76252e16b64b6e4f03d819b6dc20e1d6d.tar.gz
Fix indenting error in HAML
Diffstat (limited to 'app/views/projects/merge_requests/widget/_heading.html.haml')
-rw-r--r--app/views/projects/merge_requests/widget/_heading.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/merge_requests/widget/_heading.html.haml b/app/views/projects/merge_requests/widget/_heading.html.haml
index cda8f0b7de6..a82c846baa7 100644
--- a/app/views/projects/merge_requests/widget/_heading.html.haml
+++ b/app/views/projects/merge_requests/widget/_heading.html.haml
@@ -44,5 +44,5 @@
= icon("times-circle")
Could not connect to the CI server. Please check your settings and try again.
- .js-success-icon.hidden
- = ci_icon_for_status('success')
+.js-success-icon.hidden
+ = ci_icon_for_status('success')