]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/users/_general.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 01:12:56 +0000 (01:12 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 01:12:56 +0000 (01:12 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7271 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/users/_general.html.erb

index 193fcdde57c104662f4e488cd3e69ee756783ec6..9ba9b4567d604c9931a25f62a7bea858a5a7547d 100644 (file)
@@ -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 %>