summaryrefslogtreecommitdiff
path: root/app/views/projects/edit.html.haml
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-11-30 16:12:31 +0200
committerValery Sizov <valery@gitlab.com>2015-11-30 16:12:31 +0200
commite92ceb7b57139e985674a44cfe75534c52ed4acd (patch)
treee4541606093f122532dfaaf7f460c30162771f31 /app/views/projects/edit.html.haml
parent461731f0769a826d00c4d5846ff6d2f55fd4b829 (diff)
downloadgitlab-ce-rails_update_to_4_2.tar.gz
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r--app/views/projects/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 3ebc175648e..0c10de1604c 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -35,7 +35,7 @@
.form-group
= f.label :tag_list, "Tags", class: 'control-label'
.col-sm-10
- = f.text_field :tag_list, maxlength: 2000, class: "form-control"
+ = f.text_field :tag_list, value: @project.tag_list.to_s, maxlength: 2000, class: "form-control"
%p.help-block Separate tags with commas.
%fieldset.features