mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
FIX remove some whitespaces or empty lines + add btn in absence message homepage (still commented out)
This commit is contained in:
parent
d46304e229
commit
fa8a2c5cc5
@ -12,7 +12,6 @@
|
|||||||
<i class="fa fa-circle fa-stack-1x text-danger"></i>
|
<i class="fa fa-circle fa-stack-1x text-danger"></i>
|
||||||
<i class="fa fa-stack-1x text-white">A</i>
|
<i class="fa fa-stack-1x text-white">A</i>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</span>
|
</span>
|
||||||
|
@ -72,6 +72,7 @@
|
|||||||
{% if app.user.isAbsent %}
|
{% if app.user.isAbsent %}
|
||||||
<div class="row mb-5">
|
<div class="row mb-5">
|
||||||
<p class="alert alert-warning" role="alert">{{'absence.You are marked as being absent'|trans }}</p>
|
<p class="alert alert-warning" role="alert">{{'absence.You are marked as being absent'|trans }}</p>
|
||||||
|
{# <a class="btn btn-edit" title="Modifier" href="{{ path('chill_main_user_absence_index') }}"></a>#}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h2>{{ 'Search'|trans }}</h2>
|
<h2>{{ 'Search'|trans }}</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user