|
|
|
@ -1,11 +1,15 @@
|
|
|
|
|
<!-- IF config.loggedIn -->
|
|
|
|
|
<div class="btn-group topic-watch-dropdown bottom-sheet" component="topic/watch">
|
|
|
|
|
<button class="btn btn-sm btn-default dropdown-toggle" data-toggle="dropdown" type="button">
|
|
|
|
|
<span title="[[topic:watching]]" component="topic/following/menu" <!-- IF !isFollowing -->class="hidden"<!-- ENDIF !isFollowing -->><i class="fa fa-fw fa-bell-o"></i></span>
|
|
|
|
|
<button class="btn btn-sm btn-default dropdown-toggle" data-toggle="dropdown" type="button"
|
|
|
|
|
{{{if isFollowing}}}title="[[topic:watching]]"{{{end}}}
|
|
|
|
|
{{{if isNotFollowing}}}title="[[topic:not-watching]]"{{{end}}}
|
|
|
|
|
{{{if isIgnoring}}}title="[[topic:ignoring]]"{{{end}}}
|
|
|
|
|
>
|
|
|
|
|
<span component="topic/following/menu" <!-- IF !isFollowing -->class="hidden"<!-- ENDIF !isFollowing -->><i class="fa fa-fw fa-bell-o"></i></span>
|
|
|
|
|
|
|
|
|
|
<span title="[[topic:not-watching]]" component="topic/not-following/menu" <!-- IF !isNotFollowing -->class="hidden"<!-- ENDIF !isNotFollowing -->><i class="fa fa-fw fa-bell-slash-o"></i></span>
|
|
|
|
|
<span component="topic/not-following/menu" <!-- IF !isNotFollowing -->class="hidden"<!-- ENDIF !isNotFollowing -->><i class="fa fa-fw fa-bell-slash-o"></i></span>
|
|
|
|
|
|
|
|
|
|
<span title="[[topic:ignoring]]" component="topic/ignoring/menu" <!-- IF !isIgnoring -->class="hidden"<!-- ENDIF !isIgnoring -->><i class="fa fa-fw fa-eye-slash"></i></span>
|
|
|
|
|
<span component="topic/ignoring/menu" <!-- IF !isIgnoring -->class="hidden"<!-- ENDIF !isIgnoring -->><i class="fa fa-fw fa-eye-slash"></i></span>
|
|
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
<ul class="dropdown-menu dropdown-menu-right">
|
|
|
|
|