diff options
author | jessib <jessib@riseup.net> | 2013-10-28 13:10:12 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-10-28 13:10:12 -0700 |
commit | 7aaedeaf6fdd2d84ebab7bde2f6a6bdcf8d930b8 (patch) | |
tree | b3e422e41f155dcfe5c3b57d7abc8198b31cc736 /users/app/views | |
parent | 7b003172e13215a5b6a1d0fa17b38dd3e2706e45 (diff) |
Fix button to enable account: https://leap.se/code/issues/4246
Diffstat (limited to 'users/app/views')
-rw-r--r-- | users/app/views/users/_edit.html.haml | 2 |
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 9d2473b..b86172e 100644 --- a/users/app/views/users/_edit.html.haml +++ b/users/app/views/users/_edit.html.haml @@ -63,4 +63,4 @@ %p= t(:enable_description) = link_to enable_user_path(@user), :method => :post, :class => "btn btn-warning" do %i.icon-ok.icon-white - = t(:enable) + = t(:enable) |