summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2015-12-16 16:48:14 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2015-12-16 16:48:14 -0200
commitc91cf1f66b3ed4329b313b7b75fca816fc5c6076 (patch)
tree86544927796c0defe03abe7569807c53eebcd2aa /app/views
parent9c266d49354e9f7f86c76b00fbe800912f475153 (diff)
downloadgitlab-ce-c91cf1f66b3ed4329b313b7b75fca816fc5c6076.tar.gz
Remove the hint on the branch name input
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/branches/new.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/branches/new.html.haml b/app/views/projects/branches/new.html.haml
index 4e94f2a5ea2..31943a2407a 100644
--- a/app/views/projects/branches/new.html.haml
+++ b/app/views/projects/branches/new.html.haml
@@ -14,7 +14,6 @@
= label_tag :branch_name, nil, class: 'control-label'
.col-sm-10
= text_field_tag :branch_name, params[:branch_name], required: true, tabindex: 1, autofocus: true, class: 'form-control'
- .help-block Can't contains space, '~', '^', ':', '?', '*', '[', '\', '..', '@{', and consecutive slashes, start with '/' or '.' or end in '/' or '.' or '.lock'
.form-group
= label_tag :ref, 'Create from', class: 'control-label'
.col-sm-10