From a6d1b94f9784c1fc6760be2fbda7cf62f0b95db5 Mon Sep 17 00:00:00 2001 From: statulr <122219240+statulr@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:13:31 -0400 Subject: [PATCH] refactor: add "Go Home" link to stat page --- templs/stat.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/templs/stat.html b/templs/stat.html index 1b1a3e4..6ddf426 100644 --- a/templs/stat.html +++ b/templs/stat.html @@ -18,11 +18,19 @@

Shawty

Total number of clicks

The number of clicks from the shortened URL that redirected the user to the destination page.

- shawty/s/{{ .ShortUrl }} -

Original URL : {{ .OriginalUrl }}

+ shawty/s/{{ + .ShortUrl }} +

Original URL : {{ + .OriginalUrl }}

Count: {{ .Count }}

Last Accessed: {{ .LastAccessed }}

+
+ + Go Home + +
- + \ No newline at end of file