$('body').on('click', '.comment .quote_link', function () {
    var link = this
    var comment = $(this).parents('.comment').first()
    var author = $(comment).find('.comment_author').text()