aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_albums.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-02 18:58:43 -0700
committerzotlabs <mike@macgirvin.com>2017-07-02 18:58:43 -0700
commit48063fa5ef93e4e6880553fd4f9831cbc9ef4ef1 (patch)
treefaa91eda94b438680cb4795280a7d9c61d2913e1 /view/tpl/photo_albums.tpl
parent64cad0a041e44940f75bf351fc3755b3202f9029 (diff)
parent133292e241f9408ff793aa95aceec00c808fbd68 (diff)
downloadvolse-hubzilla-48063fa5ef93e4e6880553fd4f9831cbc9ef4ef1.tar.gz
volse-hubzilla-48063fa5ef93e4e6880553fd4f9831cbc9ef4ef1.tar.bz2
volse-hubzilla-48063fa5ef93e4e6880553fd4f9831cbc9ef4ef1.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/photo_albums.tpl')
-rwxr-xr-xview/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 a238e61bc..83bdd95e7 100755
--- 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-default float-right">{{$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 badge-secondary float-right">{{$al.total}}</span>{{$al.shorttext}}</a></li>
{{/if}}
{{/foreach}}
{{/if}}