From dd65b9f358346832e396543fcf095f30bb8de168 Mon Sep 17 00:00:00 2001
From: Paul
Date: Tue, 27 Jul 2021 16:25:32 +0100
Subject: [PATCH] Try make content match href.
---
assets/templates/reset.html | 7 ++-----
assets/templates/verify.html | 7 ++-----
set_version.sh | 2 +-
src/version.rs | 2 +-
4 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/assets/templates/reset.html b/assets/templates/reset.html
index 6f844fbd..d883f112 100644
--- a/assets/templates/reset.html
+++ b/assets/templates/reset.html
@@ -35,10 +35,7 @@
You requested a password reset, if you did not request this then you can safely ignore it.
- Reset your password by clicking here.
-
-
- Or by manually navigating to the URL: {{url}}
+ Reset your password by navigating to {{url}}.
@@ -50,7 +47,7 @@
|
- Sent by Revolt. · Website
+ Sent by Revolt. · Website: https://revolt.chat
Revolt is a user-first chat platform built with modern web technologies.
|
diff --git a/assets/templates/verify.html b/assets/templates/verify.html
index 28ed90e1..47da5122 100644
--- a/assets/templates/verify.html
+++ b/assets/templates/verify.html
@@ -35,10 +35,7 @@
You're almost there! Verify your account to be able to log into the platform.
- Please verify your account by clicking here.
-
-
- Or by manually navigating to the URL: {{url}}
+ Please verify your account by navigating to {{url}}.
@@ -50,7 +47,7 @@
|
- Sent by Revolt. · Website
+ Sent by Revolt. · Website: https://revolt.chat
Revolt is a user-first chat platform built with modern web technologies.
|
diff --git a/set_version.sh b/set_version.sh
index a8e1c492..bb7c2864 100755
--- a/set_version.sh
+++ b/set_version.sh
@@ -1,3 +1,3 @@
#!/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
diff --git a/src/version.rs b/src/version.rs
index 5004496d..20626f14 100644
--- a/src/version.rs
+++ b/src/version.rs
@@ -1 +1 @@
-pub const VERSION: &str = "0.5.1-alpha.12";
+pub const VERSION: &str = "0.5.1-alpha.13";