Add the link class to the icon so that the popup works.
This commit is contained in:
parent
e46c36b19b
commit
182826cda1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="startdate ">
|
<p class="startdate ">
|
||||||
<i class="circular icon calendar green inverted" title="Wann?" data-content="Wann?"></i>{{ entity.startdate.format('Y-m-d H:i') }}
|
<i class="circular icon calendar green inverted link" title="Wann?" data-content="Wann?"></i>{{ entity.startdate.format('Y-m-d H:i') }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% if entity.location is not null %}
|
{% if entity.location is not null %}
|
||||||
|
|
Reference in a new issue