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:
Diffstat (limited to 'app/views/projects/_form.html.haml')
-rw-r--r--app/views/projects/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_form.html.haml b/app/views/projects/_form.html.haml
index 9dbe57d223f..00ca98efa08 100644
--- a/app/views/projects/_form.html.haml
+++ b/app/views/projects/_form.html.haml
@@ -24,7 +24,7 @@
%td
.left= f.label :code
%cite.right http://yourserver/
- %td= f.text_field :code, :placeholder => "example (3..12 symbols only)"
+ %td= f.text_field :code, :placeholder => "example"
.field
= f.label :description
%br/