diff options
Diffstat (limited to 'web/templates')
-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> |