Commit 610b3e1c888bf487b66abc162b80a19a0390840f
1 parent
3badd4de
Exists in
master
and in
29 other branches
rails3: fix account_controller
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/account/_signup_form.html.erb
... | ... | @@ -95,7 +95,7 @@ |
95 | 95 | |
96 | 96 | <div id="signup-form-profile"> |
97 | 97 | |
98 | - <% labelled_fields_for :profile_data, @person do |f| %> | |
98 | + <%= labelled_fields_for :profile_data, @person do |f| %> | |
99 | 99 | <%= render :partial => 'profile_editor/person_form', :locals => {:f => f} %> |
100 | 100 | <% end %> |
101 | 101 | ... | ... |