Commit 8a1064d7 authored by Z.J. van de Weg's avatar Z.J. van de Weg

Fix indenting error in HAML

parent 6a4f7100
......@@ -691,7 +691,7 @@ class MergeRequest < ActiveRecord::Base
environment.deployment_id_for(diff_head_commit)
end.compact
Deployments.find(deployment_ids)
Deployment.find(deployment_ids)
end
def environments
......
......@@ -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')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment