diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-16 23:55:26 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-16 23:55:26 +0000 |
commit | be3b867abb9472f656335248df5ff11acbb8c061 (patch) | |
tree | 9f5c7e9226e0c717d30e41f645651d08786bd089 /app/views/my | |
parent | 205369616a3554a7d95712c582c24eafa288b688 (diff) | |
download | redmine-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.erb | 34 |
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> |