1 <%# locals: (notification:, record:) %>
3 <article class="user-notification">
4 <div class="row align-items-center">
5 <h2 class="col-8 fs-6 mb-3 lh-sm fw-bold"><%= t(".headline") %></h2>
6 <p class="col-4 lh-sm text-end"><%= friendly_date_ago(record.created_at) %></p>
10 <div class="col-1 text-center">
12 user_thumbnail(record.follower, :class => "img-fluid"),
13 user_url(record.follower),
14 :target => "_blank", :rel => "noopener"
18 <p class="text-body-secondary mb-1">
21 :follower_name_with_link => link_to(
22 record.follower.display_name,
27 follow_url(record.follower)