<%= comment.text %> <% if can?(:comment, comment.commentable) %> <%= link_to "comment" , new_comment_path( commentable_type: "Comment", commentable_id: comment.id), remote:true %> <% end %>