We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deca280 commit 9091fbeCopy full SHA for 9091fbe
1 file changed
app/views/shared/profile/_recent_threads.html.slim
@@ -62,7 +62,7 @@
62
- when :sent_followup_patch
63
span.activity-tag.tag-patch Follow-up patch
64
td
65
- = link_to topic.title, topic_path(topic), class: "activity-topic"
+ = link_to topic.title, topic_path(topic, anchor: "message-#{entry[:message].id}"), class: "activity-topic", data: { turbo_frame: "_top" }
66
67
= time_ago_in_words(entry[:sent_at])
68
| ago
0 commit comments