summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-15 15:43:35 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-17 13:50:33 +0300
commit340e41cc30a4b75c29c9493ad04726a25e5902e2 (patch)
tree4c42601df9e4e6cadc27e9e9c3f1e20f6c2315fc /app/views
parentfae69d739d1bba59b63be4df2222aa03143acc6d (diff)
downloadgitlab-ci-340e41cc30a4b75c29c9493ad04726a25e5902e2.tar.gz
Link to webeditor with .gitlab-ci.yml
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/_form.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/_form.html.haml b/app/views/projects/_form.html.haml
index e7c1bad..fca61c6 100644
--- a/app/views/projects/_form.html.haml
+++ b/app/views/projects/_form.html.haml
@@ -1,6 +1,9 @@
.bs-callout.help-callout
%p
If you want to test your .gitlab-ci.yml, you can use special tool - #{link_to "Lint", lint_path}
+ %p
+ Edit your
+ #{link_to ".gitlab-ci.yml using web-editor", yaml_web_editor_link(@project)}
= nested_form_for @project, html: { class: 'form-horizontal' } do |f|
- if @project.errors.any?