You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
292 B
11 lines
292 B
2 years ago
|
<a
|
||
|
{% if link_class is not same as ('') %}
|
||
|
class="{{ link_class }}"
|
||
|
{% endif %}
|
||
|
href="{{ url('/server/privileges', is_revoke ? [] : url_params) }}"
|
||
|
{% if is_revoke %}
|
||
|
data-post="{{ get_common(url_params, '') }}"
|
||
|
{% endif %}
|
||
|
>
|
||
|
{{ get_icon(action.icon, action.text) }}
|
||
|
</a>
|