Skip to content

Commit ed4b57e

Browse files
authored
change resend link to https instead of http (#91)
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
1 parent 6c4d80b commit ed4b57e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/topics/_message.html.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
.message-archive-link
5252
= 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
5353
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
54+
= 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
5555
i.fa-solid.fa-paper-plane
5656

5757
.message-content class=read_classes.join(" ") data=read_data

0 commit comments

Comments
 (0)