summaryrefslogtreecommitdiff
path: root/app/views/projects/runners/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/runners/edit.html.haml')
-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 dde9e448cb9..a0324701690 100644
--- a/app/views/projects/runners/edit.html.haml
+++ b/app/views/projects/runners/edit.html.haml
@@ -23,7 +23,7 @@
= label_tag :tag_list, class: 'control-label' do
Tags
.col-sm-10
- = f.text_field :tag_list, class: 'form-control'
+ = 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'