From 89cdcf2bdbc6bbd424d52368d5261b1e08227c39 Mon Sep 17 00:00:00 2001 From: Evandro Jr Date: Mon, 3 Nov 2014 18:46:38 -0300 Subject: [PATCH] fix for visitor unable to view comments --- plugins/comment_paragraph/views/comment_paragraph_plugin_profile/_comment_paragraph.html.erb | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/plugins/comment_paragraph/views/comment_paragraph_plugin_profile/_comment_paragraph.html.erb b/plugins/comment_paragraph/views/comment_paragraph_plugin_profile/_comment_paragraph.html.erb index 0b4215b..45a4659 100644 --- a/plugins/comment_paragraph/views/comment_paragraph_plugin_profile/_comment_paragraph.html.erb +++ b/plugins/comment_paragraph/views/comment_paragraph_plugin_profile/_comment_paragraph.html.erb @@ -15,7 +15,6 @@
- <% if logged_in? %> <%= url = { :profile => profile_identifier, :controller => 'comment_paragraph_plugin_profile', :action => 'view_comments', :paragraph_id => paragraph_id, :article_id => article_id} link_to_remote( @@ -31,7 +30,6 @@ :'data-url' => url_for(url) } )%> - <% end %>