aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/user/_change_receive_email.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/user/_change_receive_email.rhtml b/app/views/user/_change_receive_email.rhtml
index 4de7b8cb0..6ed0bd144 100644
--- a/app/views/user/_change_receive_email.rhtml
+++ b/app/views/user/_change_receive_email.rhtml
@@ -1,4 +1,5 @@
<% form_tag(:controller=>"user", :action=>"set_receive_email_alerts") do %>
+ <div>
<% if @user.receive_email_alerts %>
<%= _('You are currently receiving notification of new activity on your wall by email.', :wall_url => show_user_wall_path) %>
<%= hidden_field_tag 'receive_email_alerts', 'false' %>
@@ -8,5 +9,6 @@
<%= hidden_field_tag 'receive_email_alerts', 'true' %>
<%= submit_tag _("Also send me alerts by email") %>
<% end %>
+ </div>
<% end %>