We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7115498 commit 40c9375Copy full SHA for 40c9375
1 file changed
app/views/topics/_message.html.slim
@@ -37,7 +37,7 @@
37
span.attachment-count #{message.attachments.size} attachment(s)
38
- if message.message_id.present?
39
.message-archive-link
40
- = link_to "https://postgr.es/m/#{message.message_id}", target: "_blank", rel: "noopener", data: { turbo: false }, title: "View on postgr.es", "aria-label": "View on postgr.es" do
+ = link_to "https://postgr.es/m/#{ERB::Util.url_encode(message.message_id)}", target: "_blank", rel: "noopener", data: { turbo: false }, title: "View on postgr.es", "aria-label": "View on postgr.es" do
41
i.fa-solid.fa-building-columns
42
43
.message-content class=read_classes.join(" ") data=read_data
0 commit comments