feat: Improve display when no contactdata is there + formatting
This commit is contained in:
@@ -55,6 +55,11 @@
|
|||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>{% translate 'Keine Kontaktdaten hinterlegt' %}</p>
|
<div class="panel-block is-active">
|
||||||
|
<span class="panel-icon">
|
||||||
|
<i class="fas fa-x" aria-label="{% translate "E-Mail" %}"></i>
|
||||||
|
</span>
|
||||||
|
{% translate 'Keine Kontaktdaten hinterlegt' %}
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
Reference in New Issue
Block a user