mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 03:08:25 +00:00 
			
		
		
		
	Fix display of accompanying period work referrers
This commit is contained in:
		@@ -33,7 +33,7 @@
 | 
			
		||||
                    {% if w.referrers %}
 | 
			
		||||
                        <li>
 | 
			
		||||
                        <span class="item-key">{{ 'Referrers'|trans ~ ' : ' }}</span>
 | 
			
		||||
                        {% for rh in w.referrersHistory %}
 | 
			
		||||
                        {% for rh in w.referrersHistoryCurrent %}
 | 
			
		||||
                            <span class="badge-user">{{ rh.user|chill_entity_render_box({'at_date': rh.startDate}) }}</span>
 | 
			
		||||
                        {% endfor %}
 | 
			
		||||
                            {% if w.referrers|length == 0 %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user