We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4d80b commit ed4b57eCopy full SHA for ed4b57e
1 file changed
app/views/topics/_message.html.slim
@@ -51,7 +51,7 @@
51
.message-archive-link
52
= 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
53
i.fa-solid.fa-building-columns
54
- = link_to "http://www.postgresql.org/message-id/resend/#{ERB::Util.url_encode(message.message_id)}", target: "_blank", rel: "noopener", data: { turbo: false }, title: "Resend from postgresql.org archive", "aria-label": "Resend from postgresql.org archive" do
+ = link_to "https://www.postgresql.org/message-id/resend/#{ERB::Util.url_encode(message.message_id)}", target: "_blank", rel: "noopener", data: { turbo: false }, title: "Resend from postgresql.org archive", "aria-label": "Resend from postgresql.org archive" do
55
i.fa-solid.fa-paper-plane
56
57
.message-content class=read_classes.join(" ") data=read_data
0 commit comments