summaryrefslogtreecommitdiff
path: root/users/app/views
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2013-02-26 13:25:25 -0800
committerjessib <jessib@leap.se>2013-02-26 13:25:25 -0800
commitc97f356ae8ce07dab04b81d0d0160f3e5fd96f6d (patch)
tree73e5d68347d5aa839b3b63eaf3eefcc49e4d937d /users/app/views
parenta7722e57ee6e10b578457e880f04349f7f9a0f66 (diff)
parent97fe2b4d19edacf2ea67c7efcfbec50feca305b0 (diff)
Merge branch 'master' into feature/limit_usernames
Diffstat (limited to 'users/app/views')
-rw-r--r--users/app/views/users/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/app/views/users/edit.html.haml b/users/app/views/users/edit.html.haml
index 4de72f6..97bd48d 100644
--- a/users/app/views/users/edit.html.haml
+++ b/users/app/views/users/edit.html.haml
@@ -2,7 +2,7 @@
%h2=t :settings
- tabs = []
- content_for :account do
- = user_form_with 'login_and_password_fields', :legend => :change_login_and_password if @user == current_user
+ = user_form_with 'login_and_password_fields', :legend => :update_login_and_password if @user == current_user
= render 'cancel_account'
- tabs << :account
- if @user == current_user