summaryrefslogtreecommitdiffstats
path: root/app/views/users/_general.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/_general.rhtml')
-rw-r--r--app/views/users/_general.rhtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/users/_general.rhtml b/app/views/users/_general.rhtml
index 673f09a7b..9695e4f97 100644
--- a/app/views/users/_general.rhtml
+++ b/app/views/users/_general.rhtml
@@ -1,4 +1,7 @@
<% labelled_tabular_form_for :user, @user, :url => { :controller => 'users', :action => "edit", :tab => nil } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
+<% if @user.active? %>
+ <%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %>
+<% end %>
<% end %>