mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 09:18:24 +00:00 
			
		
		
		
	Fixed: [template] integration of absence alert box
This commit is contained in:
		| @@ -70,9 +70,11 @@ | ||||
|                 {% block content %} | ||||
|                     <div class="col-8 main_search"> | ||||
|                         {% if app.user.isAbsent %} | ||||
|                             <div class="row mb-5"> | ||||
|                                 <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 class="d-flex flex-row mb-5 alert alert-warning" role="alert"> | ||||
|                                 <p class="m-2">{{'absence.You are marked as being absent'|trans }}</p> | ||||
|                                 <span class="ms-auto"> | ||||
|                                     <a class="btn btn-remove" title="Modifier" href="{{ path('chill_main_user_absence_index') }}">{{ 'absence.Unset absence'|trans }}</a> | ||||
|                                 </span> | ||||
|                             </div> | ||||
|                         {% endif %} | ||||
|                         <h2>{{ 'Search'|trans }}</h2> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user