summaryrefslogtreecommitdiff
path: root/app/views/projects/edit.html.haml
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-10-28 09:19:58 +0100
committerMarin Jankovski <maxlazio@gmail.com>2014-10-28 09:19:58 +0100
commit50ee0b81b8ade93a919a78ef1c04dc0afd6f3074 (patch)
tree6c10cda8d1146a2334c8ed57e82b863949646d3b /app/views/projects/edit.html.haml
parentd08bb4b3a467d730009a97c79573854af79147d6 (diff)
downloadgitlab-ce-50ee0b81b8ade93a919a78ef1c04dc0afd6f3074.tar.gz
Leave the project name field editable, fix the test.
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r--app/views/projects/edit.html.haml6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 79be310c2cf..b85cf7d8d37 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -13,11 +13,7 @@
= f.label :name, class: 'control-label' do
Project name
.col-sm-10
- = f.text_field :name, placeholder: "Example Project", class: "form-control", readonly: true
- %p.hint
- Rename the project at
- %strong Rename repository
- section.
+ = f.text_field :name, placeholder: "Example Project", class: "form-control", id: "project_name_edit"
.form-group