summaryrefslogtreecommitdiff
path: root/app/views/lints/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/lints/show.html.haml')
-rw-r--r--app/views/lints/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/lints/show.html.haml b/app/views/lints/show.html.haml
index a3172b3..d105495 100644
--- a/app/views/lints/show.html.haml
+++ b/app/views/lints/show.html.haml
@@ -3,7 +3,7 @@
= form_tag '/lint', method: :post, remote: true do
.control-group
- = label_tag "Content of .gitlab-ci.yml", :content, class: 'control-label'
+ = label_tag :content, "Content of .gitlab-ci.yml", class: 'control-label'
.controls
= text_area_tag :content, nil, class: 'form-control span1', rows: 7, require: true