summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-16 23:55:26 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-16 23:55:26 +0000
commitbe3b867abb9472f656335248df5ff11acbb8c061 (patch)
tree9f5c7e9226e0c717d30e41f645651d08786bd089 /app/views/my
parent205369616a3554a7d95712c582c24eafa288b688 (diff)
downloadredmine-be3b867abb9472f656335248df5ff11acbb8c061.tar.gz
redmine-be3b867abb9472f656335248df5ff11acbb8c061.zip
replace tabs to spaces and remove trailing white-spaces at app/views/my/account.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7261 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r--app/views/my/account.html.erb34
1 files changed, 17 insertions, 17 deletions
diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb
index bf0b08297..e3bcd4504 100644
--- a/app/views/my/account.html.erb
+++ b/app/views/my/account.html.erb
@@ -12,19 +12,19 @@
:html => { :id => 'my_account_form' } do |f| %>
<div class="splitcontentleft">
<fieldset class="box tabular">
- <legend><%=l(:label_information_plural)%></legend>
- <p><%= f.text_field :firstname, :required => true %></p>
- <p><%= f.text_field :lastname, :required => true %></p>
- <p><%= f.text_field :mail, :required => true %></p>
- <p><%= f.select :language, lang_options_for_select %></p>
- <% if Setting.openid? %>
- <p><%= f.text_field :identity_url %></p>
- <% end %>
-
- <% @user.custom_field_values.select(&:editable?).each do |value| %>
- <p><%= custom_field_tag_with_label :user, value %></p>
- <% end %>
- <%= call_hook(:view_my_account, :user => @user, :form => f) %>
+ <legend><%=l(:label_information_plural)%></legend>
+ <p><%= f.text_field :firstname, :required => true %></p>
+ <p><%= f.text_field :lastname, :required => true %></p>
+ <p><%= f.text_field :mail, :required => true %></p>
+ <p><%= f.select :language, lang_options_for_select %></p>
+ <% if Setting.openid? %>
+ <p><%= f.text_field :identity_url %></p>
+ <% end %>
+
+ <% @user.custom_field_values.select(&:editable?).each do |value| %>
+ <p><%= custom_field_tag_with_label :user, value %></p>
+ <% end %>
+ <%= call_hook(:view_my_account, :user => @user, :form => f) %>
</fieldset>
<%= submit_tag l(:button_save) %>
@@ -32,13 +32,13 @@
<div class="splitcontentright">
<fieldset class="box">
- <legend><%=l(:field_mail_notification)%></legend>
- <%= render :partial => 'users/mail_notifications' %>
+ <legend><%=l(:field_mail_notification)%></legend>
+ <%= render :partial => 'users/mail_notifications' %>
</fieldset>
<fieldset class="box tabular">
- <legend><%=l(:label_preferences)%></legend>
- <%= render :partial => 'users/preferences' %>
+ <legend><%=l(:label_preferences)%></legend>
+ <%= render :partial => 'users/preferences' %>
</fieldset>
</div>