Commit 6460aa288ff28b9bd7c25de88eb082ba1cc0cf4d
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'AI3205-comment-paragraph' into stable
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
plugins/comment_paragraph/views/comment_paragraph_plugin_profile/_comment_paragraph.html.erb
@@ -15,7 +15,6 @@ | @@ -15,7 +15,6 @@ | ||
15 | </td> | 15 | </td> |
16 | <td valign="top"> | 16 | <td valign="top"> |
17 | <div align="center"> | 17 | <div align="center"> |
18 | - <% if logged_in? %> | ||
19 | <%= | 18 | <%= |
20 | url = { :profile => profile_identifier, :controller => 'comment_paragraph_plugin_profile', :action => 'view_comments', :paragraph_id => paragraph_id, :article_id => article_id} | 19 | url = { :profile => profile_identifier, :controller => 'comment_paragraph_plugin_profile', :action => 'view_comments', :paragraph_id => paragraph_id, :article_id => article_id} |
21 | link_to_remote( | 20 | link_to_remote( |
@@ -31,7 +30,6 @@ | @@ -31,7 +30,6 @@ | ||
31 | :'data-url' => url_for(url) | 30 | :'data-url' => url_for(url) |
32 | } | 31 | } |
33 | )%> | 32 | )%> |
34 | - <% end %> | ||
35 | </div> | 33 | </div> |
36 | <div class="side-comment" id="side_comment_<%= paragraph_id %>" data-paragraph="<%= paragraph_id %>" style="display:none"> | 34 | <div class="side-comment" id="side_comment_<%= paragraph_id %>" data-paragraph="<%= paragraph_id %>" style="display:none"> |
37 | <div class="comment-paragraph-loading-<%= paragraph_id %>" style="position: absolute;"> | 35 | <div class="comment-paragraph-loading-<%= paragraph_id %>" style="position: absolute;"> |