diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-12-08 03:37:21 +0100 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-12-08 03:37:21 +0100 |
commit | c9d4c65a3a5298f4dbb7f67aed1a07f8218b8e89 (patch) | |
tree | e4756618ba531a8a8e674edef771d6a88097e9f2 | |
parent | Add the missing Hits column to the admin panel (diff) | |
download | go-gentoo-master.tar.gz go-gentoo-master.tar.bz2 go-gentoo-master.zip |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r-- | web/templates/links/show.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/templates/links/show.tmpl b/web/templates/links/show.tmpl index de961f5..8982d5a 100644 --- a/web/templates/links/show.tmpl +++ b/web/templates/links/show.tmpl @@ -104,7 +104,7 @@ {{end}} {{if $empty}} <tr> - <td colspan="4" class="text-center"><i>No shortened URLs yet</i></td> + <td colspan="5" class="text-center"><i>No shortened URLs yet</i></td> </tr> {{end}} </tbody> @@ -157,7 +157,7 @@ {{end}} {{if $empty}} <tr> - <td colspan="4" class="text-center"><i>No shortened URLs yet</i></td> + <td colspan="5" class="text-center"><i>No shortened URLs yet</i></td> </tr> {{end}} </tbody> |