summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-03-10 14:17:28 +0200
committerValery Sizov <vsv2711@gmail.com>2015-03-10 14:17:28 +0200
commit4f236bc84c1b1bb3dfa3582c92c3015a8ce7279d (patch)
treeaa108f9394f93279f0b4fc33ded9242ac7689dc6
parent5ab27205ad25288625403b7611980e2d00928068 (diff)
downloadgitlab-ci-4f236bc84c1b1bb3dfa3582c92c3015a8ce7279d.tar.gz
text fixes
-rw-r--r--app/views/jobs/_edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/jobs/_edit.html.haml b/app/views/jobs/_edit.html.haml
index 6617446..c3cb6aa 100644
--- a/app/views/jobs/_edit.html.haml
+++ b/app/views/jobs/_edit.html.haml
@@ -28,7 +28,7 @@
.col-sm-10
= job_form.text_field :tag_list, class: 'form-control'
.help-block
- You can setup jobs to only use runners with specific tags.
+ This job will only use runners that contain all these tags.
Leave blank if you want this job to use any runner
.form-group
@@ -38,7 +38,7 @@
%p.light
All lines will be concatenated into one file and executed.
%br
- If you change the working directory or the environment this will affect all following lines too.
+ If you change the working directory or the environment this will affect all following lines.
%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'