summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-02-15 21:21:00 -0800
committerSytse Sijbrandij <sytse@gitlab.com>2015-02-15 21:21:00 -0800
commitc5987e11ec058a9577749404f6d79cfa64e10612 (patch)
treebd6a5511bd763bd345656f95922c7189e837d56f /app/views
parent3149ef6dc85d57ceb523723b49db3560275003a9 (diff)
downloadgitlab-ci-c5987e11ec058a9577749404f6d79cfa64e10612.tar.gz
Link to example job scripts.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/jobs/_edit.html.haml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/jobs/_edit.html.haml b/app/views/jobs/_edit.html.haml
index be1d68f..514ee6e 100644
--- a/app/views/jobs/_edit.html.haml
+++ b/app/views/jobs/_edit.html.haml
@@ -35,9 +35,11 @@
.col-sm-10
= job_form.text_area :commands, class: 'form-control', rows: 10, placeholder: "bundle exec rake spec"
%p.light
- All lines will be concatenated in one file and executed.
+ All lines will be concatenated into one file and executed.
%br
- If you change the working directory or the environment in one line - it will affect the next lines too
+ If you change the working directory or the environment this will affect all following lines too.
+ %br
+ = link_to("Example job scripts", "https://gitlab.com/gitlab-org/gitlab-ci/tree/master/doc/examples")
= job_form.link_to_remove "Remove this job", class: 'btn btn-danger pull-right'
%hr
.clearfix