summaryrefslogtreecommitdiff
path: root/app/views/projects/triggers
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-05-24 09:04:43 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-05-24 09:04:43 -0600
commitd1f99bcc1d52ebbbeab3a35c560f35edaff239c7 (patch)
treebba5e4ac71204da0380537c375d3b80c0ad99f90 /app/views/projects/triggers
parent1a85f80b789ec966742fd58f21e8c347d2ac0a06 (diff)
downloadgitlab-ce-d1f99bcc1d52ebbbeab3a35c560f35edaff239c7.tar.gz
Resolve some issues Jacob brought up.
Diffstat (limited to 'app/views/projects/triggers')
-rw-r--r--app/views/projects/triggers/index.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/projects/triggers/index.html.haml b/app/views/projects/triggers/index.html.haml
index 7db0beba00b..7f3de47d7df 100644
--- a/app/views/projects/triggers/index.html.haml
+++ b/app/views/projects/triggers/index.html.haml
@@ -5,7 +5,7 @@
%h4.prepend-top-0
= page_title
%p
- Triggers can force a specific branch or tag to rebuild using an API call.
+ Triggers can force a specific branch or tag to rebuild with an API call.
.col-lg-9
%h5.prepend-top-0
Your triggers
@@ -19,7 +19,7 @@
= render partial: 'trigger', collection: @triggers, as: :trigger
- else
%p.settings-message.text-center.append-bottom-default
- There are no triggers to use, create a trigger using the button below.
+ No triggers have been created yet. Add one using the button below.
= form_for @trigger, url: url_for(controller: 'projects/triggers', action: 'create') do |f|
= f.submit "Add Trigger", class: 'btn btn-success'
@@ -28,7 +28,7 @@
Use CURL
%p.light
- Copy the token above and set your branch or tag name. This is the reference that will be rebuilt.
+ Copy the token above, set your branch or tag name, and that reference will be rebuilt.
%pre
:plain
@@ -57,7 +57,7 @@
%p.light
Add
%code variables[VARIABLE]=VALUE
- to API requests. Variable values can be used to distinguish triggered and normal builds.
+ to an API request. Variable values can be used to distinguish between triggered builds and normal builds.
%pre.append-bottom-0
:plain