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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-09 03:06:19 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-09 03:06:19 +0400
commit9e347d9a9d6d078cbde984c98b485d72d4bb5cd0 (patch)
tree7d1d249ed824cba0c50a8e96cebfe79237c9ca07 /app/views/profiles/passwords
parentbcb0b6509eb948978dbf04bef054c8ae52033e0e (diff)
Better UI for appearence page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/profiles/passwords')
-rw-r--r--app/views/profiles/passwords/edit.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/profiles/passwords/edit.html.haml b/app/views/profiles/passwords/edit.html.haml
index fd3d0ac09d4..2a7d317aa3e 100644
--- a/app/views/profiles/passwords/edit.html.haml
+++ b/app/views/profiles/passwords/edit.html.haml
@@ -23,7 +23,8 @@
.form-group
= f.label :password, 'New password', class: 'control-label'
- .col-sm-10= f.password_field :password, required: true, class: 'form-control'
+ .col-sm-10
+ = f.password_field :password, required: true, class: 'form-control'
.form-group
= f.label :password_confirmation, class: 'control-label'
.col-sm-10