@pablobm commented on this pull request.


> +            t(".changeset_comment"),
+            changeset_path(
+              notification.changeset,
+              :anchor => "c#{notification.comment_id}"
+            )
+          ),
+          :commenter_name_link => link_to(
+            notification.commenter.display_name,
+            notification.commenter
+          ),
+          :time_ago => friendly_date_ago(notification.timestamp)
+        ) %>
+  </p>
+  <blockquote class="mx-2 fst-italic">
+    <p class="text-truncate"><%= notification.comment_body.truncate(200, 
:separator => " ") %></p>
+  </blockquote>

I have made it so that the headline of each type of notification links to the 
appropriate event (note comment, uploaded trace, etc).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7030#discussion_r3236971137
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/7030/review/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to