diff --git a/app/views/manage_products/show.rhtml b/app/views/manage_products/show.rhtml index fbf4c86..393ed4b 100644 --- a/app/views/manage_products/show.rhtml +++ b/app/views/manage_products/show.rhtml @@ -12,11 +12,13 @@
<%= render :partial => 'manage_products/display_image' %>
-
- <%= render :partial => 'manage_products/display_info' %> +
<% extra_content = @plugins.map(:product_info_extras, @product).collect { |content| instance_eval(&content) } %> <%= extra_content.join("\n") %>
+
+ <%= render :partial => 'manage_products/display_info' %> +

-- libgit2 0.21.2