diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-31 17:27:18 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-31 17:27:18 -0700 |
commit | 7256579c168fbda8e8d5fc8a0e9de179fa27534c (patch) | |
tree | 3407ff4714bfa5bc11cabb7e213f4cbe311840d2 /view/tpl/nav.tpl | |
parent | ecf30b2c71eb358e05a9a5b844aee79d45fd710b (diff) | |
parent | 95f4f14dca1ea982f67cccb31d860f7b8ed9055c (diff) | |
download | volse-hubzilla-7256579c168fbda8e8d5fc8a0e9de179fa27534c.tar.gz volse-hubzilla-7256579c168fbda8e8d5fc8a0e9de179fa27534c.tar.bz2 volse-hubzilla-7256579c168fbda8e8d5fc8a0e9de179fa27534c.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index f7953c5f3..c5b378b4f 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -206,6 +206,7 @@ {{$navapp|replace:'dropdown-item':'nav-link'}} {{/foreach}} {{if $localuser}} + <div class="dropdown-divider"></div> <a class="nav-link" href="/apps"><i class="generic-icons-nav fa fa-fw fa-plus-circle"></i>{{$addapps}}</a> {{/if}} </div> |