Skip to content
Snippets Groups Projects
Commit dd65b9f3 authored by insert's avatar insert
Browse files

Try make content match href.

parent ec59d0e9
No related merge requests found
Pipeline #1274 passed with stage
in 9 minutes and 35 seconds
......@@ -35,10 +35,7 @@
You requested a password reset, if you did not request this then you can safely ignore it.
</p>
<p style="margin: 0;">
Reset your password by <a href="{{url}}">clicking here</a>.
</p>
<p>
Or by manually navigating to the URL: {{url}}
Reset your password by navigating to <a href="{{url}}">{{url}}</a>.
</p>
</td>
</tr>
......@@ -50,7 +47,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;">
<tr>
<td style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px;">
<p style="margin: 0;">Sent by Revolt. &middot; <a style="color: white;" href="https://revolt.chat">Website</a></p>
<p style="margin: 0;">Sent by Revolt. &middot; Website: <a style="color: white;" href="https://revolt.chat">https://revolt.chat</a></p>
<p>Revolt is a user-first chat platform built with modern web technologies.</p>
</td>
</tr>
......
......@@ -35,10 +35,7 @@
You're almost there! Verify your account to be able to log into the platform.
</p>
<p style="margin: 0;">
Please verify your account by <a href="{{url}}">clicking here</a>.
</p>
<p>
Or by manually navigating to the URL: {{url}}
Please verify your account by navigating to <a href="{{url}}">{{url}}</a>.
</p>
</td>
</tr>
......@@ -50,7 +47,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;">
<tr>
<td style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px;">
<p style="margin: 0;">Sent by Revolt. &middot; <a style="color: white;" href="https://revolt.chat">Website</a></p>
<p style="margin: 0;">Sent by Revolt. &middot; Website: <a style="color: white;" href="https://revolt.chat">https://revolt.chat</a></p>
<p>Revolt is a user-first chat platform built with modern web technologies.</p>
</td>
</tr>
......
#!/bin/bash
export version=0.5.1-alpha.12
export version=0.5.1-alpha.13
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs
pub const VERSION: &str = "0.5.1-alpha.12";
pub const VERSION: &str = "0.5.1-alpha.13";
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment