You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
552 B
Smarty
10 lines
552 B
Smarty
<!-- IF loggedIn -->
|
|
<button type="button" class="btn btn-default btn-success watch <!-- IF !isIgnored -->hidden<!-- ENDIF !isIgnored -->">
|
|
<i class="fa fa-eye"></i>
|
|
<span class="visible-sm-inline visible-md-inline visible-lg-inline">[[category:watch]]</span>
|
|
</button>
|
|
<button type="button" class="btn btn-default btn-warning ignore <!-- IF isIgnored -->hidden<!-- ENDIF isIgnored -->">
|
|
<i class="fa fa-eye-slash"></i>
|
|
<span class="visible-sm-inline visible-md-inline visible-lg-inline">[[category:ignore]]</span>
|
|
</button>
|
|
<!-- ENDIF loggedIn --> |