From 391c3b3a76622d4220afa41446b78e97db072c35 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 --- views/comment_paragraph_plugin_profile/_comment_paragraph.html.erb | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/views/comment_paragraph_plugin_profile/_comment_paragraph.html.erb b/views/comment_paragraph_plugin_profile/_comment_paragraph.html.erb index 0b4215b..45a4659 100644 --- a/views/comment_paragraph_plugin_profile/_comment_paragraph.html.erb +++ b/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 %>