aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_albums.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-07-29 08:19:33 +0000
committerMario <mario@mariovavti.com>2021-07-29 08:19:33 +0000
commitcec2f0d894b80f3affeb60cff2d4afa49a2019a8 (patch)
tree8e4c1bef830048589fed07db3b39faa34847cf65 /view/tpl/photo_albums.tpl
parent9722d157bf138753bc168f68c56b4963db6da4e9 (diff)
downloadvolse-hubzilla-cec2f0d894b80f3affeb60cff2d4afa49a2019a8.tar.gz
volse-hubzilla-cec2f0d894b80f3affeb60cff2d4afa49a2019a8.tar.bz2
volse-hubzilla-cec2f0d894b80f3affeb60cff2d4afa49a2019a8.zip
more work on bs5
Diffstat (limited to 'view/tpl/photo_albums.tpl')
-rw-r--r--view/tpl/photo_albums.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photo_albums.tpl b/view/tpl/photo_albums.tpl
index 9e77ba71e..e2edec687 100644
--- a/view/tpl/photo_albums.tpl
+++ b/view/tpl/photo_albums.tpl
@@ -5,7 +5,7 @@
{{if $albums}}
{{foreach $albums as $al}}
{{if $al.shorttext}}
- <li class="nav-item"><a class="nav-link" href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}"><span class="badge badge-secondary float-end">{{$al.total}}</span>{{$al.shorttext}}</a></li>
+ <li class="nav-item"><a class="nav-link" href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}"><span class="badge bg-secondary float-end">{{$al.total}}</span>{{$al.shorttext}}</a></li>
{{/if}}
{{/foreach}}
{{/if}}