- url = listing_url(@url_params.merge({:id => @comment.listing.id})) + "#comment#{@comment.id.to_s}"

%tr
  %td{:align => "left"}
    %font{body_font}
      = t("emails.new_comment.has_commented_your_listing_in_kassi", :author => PersonViewUtils.person_display_name(@comment.author, @community), :listing => @comment.listing.title)

= render :partial => "action_button", :locals => { :text => t("emails.new_comment.view_comment"), :url => url}
