Fix some whitespace issues.
This commit is contained in:
parent
9562a8d3a3
commit
9fb6285d6e
1 changed files with 2 additions and 8 deletions
|
@ -11,17 +11,11 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="action">
|
<p class="action">
|
||||||
<a href="{{ path('_delete', {'slug' : entity.slug }) }}">
|
<a href="{{ path('_delete', {'slug' : entity.slug }) }}"><i class="circular icon delete green inverted link"></i>Löschen</a>
|
||||||
<i class="circular icon delete green inverted link"></i>
|
|
||||||
Löschen
|
|
||||||
</a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="action">
|
<p class="action">
|
||||||
<a href="{{ path('_copy', {'slug' : entity.slug }) }}">
|
<a href="{{ path('_copy', {'slug' : entity.slug }) }}"><i class="circular icon copy green inverted link"></i>Kopieren</a>
|
||||||
<i class="circular icon copy green inverted link"></i>
|
|
||||||
Kopieren
|
|
||||||
</a>
|
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Reference in a new issue