aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_tabs.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-06-02 00:01:19 -0700
committerzotlabs <mike@macgirvin.com>2018-06-02 00:01:19 -0700
commit5f612521da11cd4b9245909bf0a99a7431272e93 (patch)
tree690b4d2eda5a99256549c9ae210065e0d3033fbb /view/tpl/profile_tabs.tpl
parenta6ab3dd36a78adbdd67ae9e7e25a3281cbcf9a58 (diff)
parent53efd4e470f10e123209ed63b90213b20a87e011 (diff)
downloadvolse-hubzilla-5f612521da11cd4b9245909bf0a99a7431272e93.tar.gz
volse-hubzilla-5f612521da11cd4b9245909bf0a99a7431272e93.tar.bz2
volse-hubzilla-5f612521da11cd4b9245909bf0a99a7431272e93.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/profile_tabs.tpl')
-rw-r--r--view/tpl/profile_tabs.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/profile_tabs.tpl b/view/tpl/profile_tabs.tpl
index e77da23f3..dd9fbc52b 100644
--- a/view/tpl/profile_tabs.tpl
+++ b/view/tpl/profile_tabs.tpl
@@ -1,5 +1,5 @@
-<div class="dropdown-header text-white-50 d-lg-none" ><img src="{{$thumb}}" class="menu-img-1">{{$name}}</div>
-<div class="dropdown-header text-black-50 d-none d-lg-block"><img src="{{$thumb}}" class="menu-img-1">{{$name}}</div>
+<div class="dropdown-header text-white-50 d-lg-none" ><img src="{{$thumb}}" class="menu-img-1"> {{$name}}</div>
+<div class="dropdown-header text-black-50 d-none d-lg-block"><img src="{{$thumb}}" class="menu-img-1"> {{$name}}</div>
{{foreach $tabs as $tab}}
<a class="dropdown-item{{if $tab.sel}} {{$tab.sel}}{{/if}}" href="{{$tab.url}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}><i class="fa fa-fw fa-{{$tab.icon}} generic-icons-nav"></i>{{$tab.label}}</a>
{{/foreach}}