summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/users/_general.html.erb10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/users/_general.html.erb b/app/views/users/_general.html.erb
index 193fcdde5..9ba9b4567 100644
--- a/app/views/users/_general.html.erb
+++ b/app/views/users/_general.html.erb
@@ -1,7 +1,7 @@
<% labelled_tabular_form_for :user, @user, :url => { :controller => 'users', :action => "update", :tab => nil }, :html => { :method => :put, :class => nil } do |f| %>
- <%= render :partial => 'form', :locals => { :f => f } %>
- <% if @user.active? && email_delivery_enabled? -%>
- <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p>
- <% end -%>
- <p><%= submit_tag l(:button_save) %></p>
+ <%= render :partial => 'form', :locals => { :f => f } %>
+ <% if @user.active? && email_delivery_enabled? -%>
+ <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p>
+ <% end -%>
+ <p><%= submit_tag l(:button_save) %></p>
<% end %>