% title "#{@post.title}" %> <%= link_to "News", blogposts_path %> → <%= @post.title %>
You don't have the required permission to reply here.
Please <%= link_to "Log in", login_path(return_path: request.env['PATH_INFO']), action: "new" %> to post a reply.
<%= "#{pluralize(@post.comments.size, 'comment')}." %>
<% @comments.each do |c| %> <%= render "comments/comment", c: c %> <% end %> <%= paginate @comments %> <% if current_user %> <% if @post.can_comment? current_user %> <%= render "comments/new" %> <% else %>You don't have the required permission to reply here.
<% end %> <% else %>Please <%= link_to "Log in", login_path(return_path: request.env['PATH_INFO']), action: "new" %> to post a reply.
<% end %>