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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-28 13:52:02 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-28 13:52:02 +0400
commita3db7631b84b9e41a2191cc2ac9659f921554da5 (patch)
tree78b59cb7dd716fef597d0d24302d58d96de455c3 /app/views/projects/services
parenta18ae13e985d07fe9ef8288794778d31e2435696 (diff)
Fix haml indent
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/services')
-rw-r--r--app/views/projects/services/_form.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/services/_form.html.haml b/app/views/projects/services/_form.html.haml
index f20efa76cbb..a5db7969a68 100644
--- a/app/views/projects/services/_form.html.haml
+++ b/app/views/projects/services/_form.html.haml
@@ -17,9 +17,9 @@
- @service.errors.full_messages.each do |msg|
%li= msg
- - if @service.help.present?
- .bs-callout
- = @service.help
+ - if @service.help.present?
+ .bs-callout
+ = @service.help
.form-group
= f.label :active, "Active", class: "control-label"