diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-09 15:14:44 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-09 15:14:44 -0700 |
commit | 87970491441cb15462d3fe7a7641d2f2755cb45b (patch) | |
tree | 455abf25ed534ddcadfd595f3484c4ef6ff74a2a /view/tpl/profile_tabs.tpl | |
parent | 09009d4b32d5014d77de941dba695fe2bc577616 (diff) | |
parent | cc1ffff7cdfe5881636b6d2de3fe16f0094b5d69 (diff) | |
download | volse-hubzilla-87970491441cb15462d3fe7a7641d2f2755cb45b.tar.gz volse-hubzilla-87970491441cb15462d3fe7a7641d2f2755cb45b.tar.bz2 volse-hubzilla-87970491441cb15462d3fe7a7641d2f2755cb45b.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl/profile_tabs.tpl')
-rw-r--r-- | view/tpl/profile_tabs.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/tpl/profile_tabs.tpl b/view/tpl/profile_tabs.tpl index b59135209..72e98ae82 100644 --- a/view/tpl/profile_tabs.tpl +++ b/view/tpl/profile_tabs.tpl @@ -2,6 +2,3 @@ {{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}} -{{if ! $channel_menu}} -<div class="dropdown-divider"></div> -{{/if}}
\ No newline at end of file |