mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 02:49:42 +00:00
FEATURE [styling][absence] give styling
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
{%- endif -%}
|
||||
{%- if opts['absence'] and user.absenceStart is not null %}
|
||||
{%- if date(user.absenceStart) < date() %}
|
||||
<span class="user-absence">({{ 'absence.Absent'|trans }})</span>
|
||||
<span class="fa-stack fa-holder" title="{{ 'absence.Absent'|trans }}">
|
||||
<i class="fa fa-circle fa-stack-1x text-danger"></i>
|
||||
<i class="fa fa-stack-1x text-white">A</i>
|
||||
</span>
|
||||
|
||||
{%- endif %}
|
||||
{%- endif -%}
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user