diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-22 12:01:13 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-22 12:01:13 +0200 |
commit | f4a4d70149b74a73faf5e777350d76946eeefe93 (patch) | |
tree | 7b106c62ec6bf81d76e798d18452ab8b696a3a69 /view/tpl/nav.tpl | |
parent | 4335e49381a766bc59b3ccd3df9c4981afab7603 (diff) | |
download | volse-hubzilla-f4a4d70149b74a73faf5e777350d76946eeefe93.tar.gz volse-hubzilla-f4a4d70149b74a73faf5e777350d76946eeefe93.tar.bz2 volse-hubzilla-f4a4d70149b74a73faf5e777350d76946eeefe93.zip |
indicate the selected channel in the dropdown menu and minor css fixes
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index cb0e2af32..288a15f2c 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -26,7 +26,7 @@ {{/if}} {{if $nav.channels}} {{foreach $nav.channels as $chan}} - <a class="dropdown-item" href="manage/{{$chan.channel_id}}" title="{{$chan.channel_name}}" role="menuitem">{{$chan.channel_name}}</a> + <a class="dropdown-item" href="manage/{{$chan.channel_id}}" title="{{$chan.channel_name}}" role="menuitem"><i class="fa fa-circle{{if $localuser == $chan.channel_id}} text-success{{else}} invisible{{/if}}"></i> {{$chan.channel_name}}</a> {{/foreach}} {{/if}} {{if $nav.profiles}} |