From c5987e11ec058a9577749404f6d79cfa64e10612 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Sun, 15 Feb 2015 21:21:00 -0800 Subject: Link to example job scripts. --- app/views/jobs/_edit.html.haml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app/views') 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 -- cgit v1.2.1