" id="comment-<%= c.id %>"> <%= link_user c.author %> <%= c.created_at.strftime("%e. %b %Y, %H:%m") %> <% if mod? || c.author.is?(current_user) %> <% end %>
<%= h(c.content).gsub(/(\s*?[\r\n]){3,}/, "\n\n").gsub("\n", "
").html_safe %>