summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2013-10-28 13:10:12 -0700
committerjessib <jessib@riseup.net>2013-10-28 13:10:12 -0700
commit7aaedeaf6fdd2d84ebab7bde2f6a6bdcf8d930b8 (patch)
treeb3e422e41f155dcfe5c3b57d7abc8198b31cc736
parent7b003172e13215a5b6a1d0fa17b38dd3e2706e45 (diff)
Fix button to enable account: https://leap.se/code/issues/4246
-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 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)