Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 16:33:14 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-02 16:41:54 +0300
commitffabf1df50744564ac99f358f13ab4b1c5d54284 (patch)
tree58ed715ba534d4271ddf8df5132fdc9ad6efc0ca /app/views/projects/runners
parentca016903054fe53be08b8afeb53c019f44247cf9 (diff)
Add cancel button to forms that didn't have one already
Diffstat (limited to 'app/views/projects/runners')
-rw-r--r--app/views/projects/runners/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/runners/edit.html.haml b/app/views/projects/runners/edit.html.haml
index a0324701690..eba03028af8 100644
--- a/app/views/projects/runners/edit.html.haml
+++ b/app/views/projects/runners/edit.html.haml
@@ -26,4 +26,4 @@
= f.text_field :tag_list, value: @runner.tag_list.to_s, class: 'form-control'
.help-block You can setup jobs to only use runners with specific tags
.form-actions
- = f.submit 'Save', class: 'btn btn-save'
+ = f.submit 'Save changes', class: 'btn btn-save'