Commit d2035875962e0a9b76defaeec921120dbae3e5a6
1 parent
4a728608
Exists in
master
and in
29 other branches
[stoa] Fixing hotspot syntax
(ActionItem2293)
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
app/views/account/_signup_form.rhtml
... | ... | @@ -73,7 +73,9 @@ |
73 | 73 | <%= render :partial => 'profile_editor/person_form', :locals => {:f => f} %> |
74 | 74 | <% end %> |
75 | 75 | |
76 | - <%= @plugins.map(:signup_extra_contents).collect { |content| instance_eval(&content) }.join("") %> | |
76 | + | |
77 | + | |
78 | + <%= @plugins.dispatch(:signup_extra_contents).collect { |content| instance_eval(&content) }.join("") %> | |
77 | 79 | |
78 | 80 | <% unless @terms_of_use.blank? %> |
79 | 81 | <div id='terms-of-use-box' class='formfieldline'> | ... | ... |