diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-12-09 18:40:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-12-09 18:40:28 +0000 |
commit | ede9a03405fb4ae78bf5542e0d629111fb340fc6 (patch) | |
tree | 6b8b26a5734a63012ba9da9ce195a2f3a4da5eb6 /app/views/my | |
parent | 9636882c1e890c7d6dda6b974b9765bebe3f880a (diff) | |
download | redmine-ede9a03405fb4ae78bf5542e0d629111fb340fc6.tar.gz redmine-ede9a03405fb4ae78bf5542e0d629111fb340fc6.zip |
Removed TabularFormBuilder references in views.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8142 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r-- | app/views/my/account.html.erb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index e3bcd4504..f59c3dd1d 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -6,9 +6,7 @@ <h2><%=l(:label_my_account)%></h2> <%= error_messages_for 'user' %> -<% form_for :user, @user, :url => { :action => "account" }, - :builder => TabularFormBuilder, - :lang => current_language, +<% labelled_form_for :user, @user, :url => { :action => "account" }, :html => { :id => 'my_account_form' } do |f| %> <div class="splitcontentleft"> <fieldset class="box tabular"> |