summaryrefslogtreecommitdiff
path: root/app/views/projects/tags/new.html.haml
diff options
context:
space:
mode:
authorCalin Seciu <calinseciu@gmail.com>2016-02-16 13:13:47 +0200
committerRémy Coutable <remy@rymai.me>2016-05-10 11:45:03 +0200
commitf95a8e450c37e89b2d03b1c7bd2ca609a1d288e7 (patch)
treec3ae534fa9dd0d261502386abd247fc05e0317a1 /app/views/projects/tags/new.html.haml
parentf96c34ec456deca5bb93ef27e578f078ece24aa3 (diff)
downloadgitlab-ce-f95a8e450c37e89b2d03b1c7bd2ca609a1d288e7.tar.gz
Replace text field with textarea in 'New Tag' view and display tag message in `<pre>`
Diffstat (limited to 'app/views/projects/tags/new.html.haml')
-rw-r--r--app/views/projects/tags/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tags/new.html.haml b/app/views/projects/tags/new.html.haml
index b40a6e5cb2d..f9306453297 100644
--- a/app/views/projects/tags/new.html.haml
+++ b/app/views/projects/tags/new.html.haml
@@ -23,7 +23,7 @@
.form-group
= label_tag :message, nil, class: 'control-label'
.col-sm-10
- = text_field_tag :message, nil, required: false, tabindex: 3, class: 'form-control'
+ = text_area_tag :message, nil, required: false, tabindex: 3, class: 'form-control', rows: 5
.help-block Optionally, enter a message to create an annotated tag.
%hr
.form-group