diff --git a/plugins/comment_paragraph/lib/comment_paragraph_plugin.rb b/plugins/comment_paragraph/lib/comment_paragraph_plugin.rb index 4b9c9fc..a4b86da 100644 --- a/plugins/comment_paragraph/lib/comment_paragraph_plugin.rb +++ b/plugins/comment_paragraph/lib/comment_paragraph_plugin.rb @@ -28,7 +28,7 @@ class CommentParagraphPlugin < Noosfero::Plugin def comment_extra_contents(args) comment = args[:comment] proc { - render :file => 'comment/comment_extra', :locals => {:comment => comment} + render :file => 'comment_paragraph_plugin_profile/comment_extra', :locals => {:comment => comment} } end diff --git a/plugins/comment_paragraph/views/comment/comment_extra.html.erb b/plugins/comment_paragraph/views/comment/comment_extra.html.erb deleted file mode 100644 index 9935a78..0000000 --- a/plugins/comment_paragraph/views/comment/comment_extra.html.erb +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/plugins/comment_paragraph/views/comment_paragraph_plugin_profile/comment_extra.html.erb b/plugins/comment_paragraph/views/comment_paragraph_plugin_profile/comment_extra.html.erb new file mode 100644 index 0000000..33e7ea7 --- /dev/null +++ b/plugins/comment_paragraph/views/comment_paragraph_plugin_profile/comment_extra.html.erb @@ -0,0 +1,3 @@ + + + -- libgit2 0.21.2