summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-12-08 03:37:21 +0100
committerMax Magorsch <arzano@gentoo.org>2020-12-08 03:37:21 +0100
commitc9d4c65a3a5298f4dbb7f67aed1a07f8218b8e89 (patch)
treee4756618ba531a8a8e674edef771d6a88097e9f2
parentAdd the missing Hits column to the admin panel (diff)
downloadgo-gentoo-master.tar.gz
go-gentoo-master.tar.bz2
go-gentoo-master.zip
Fix the colspan for viewing the existing linksHEADmaster
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r--web/templates/links/show.tmpl4
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>