<%# locals: (notification:, record:) %>

<%= link_to( t(".headline"), diary_entry_path( record.diary_entry.user, record.diary_entry, :anchor => "c#{record.id}" ) ) %>

<%= friendly_date_ago(record.created_at) %>

<%= link_to( user_thumbnail(record.user, :class => "img-fluid"), user_url(record.user), :target => "_blank", :rel => "noopener" ) %>

<%= t( ".description_html", :commenter_name_with_link => link_to( record.user.display_name, record.user ), :diary_entry_title_with_link => link_to( record.diary_entry.title, diary_entry_path( record.diary_entry.user, record.diary_entry ) ) ) %>

<%= record.body.to_html %>