From d2035875962e0a9b76defaeec921120dbae3e5a6 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 22 Mar 2012 17:53:44 -0300 Subject: [PATCH] [stoa] Fixing hotspot syntax --- app/views/account/_signup_form.rhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/account/_signup_form.rhtml b/app/views/account/_signup_form.rhtml index 61af872..41dee50 100644 --- a/app/views/account/_signup_form.rhtml +++ b/app/views/account/_signup_form.rhtml @@ -73,7 +73,9 @@ <%= render :partial => 'profile_editor/person_form', :locals => {:f => f} %> <% end %> - <%= @plugins.map(:signup_extra_contents).collect { |content| instance_eval(&content) }.join("") %> + + + <%= @plugins.dispatch(:signup_extra_contents).collect { |content| instance_eval(&content) }.join("") %> <% unless @terms_of_use.blank? %>
-- libgit2 0.21.2