mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Optimized template
This commit is contained in:
parent
2cf9e019e8
commit
0bf7554afb
@ -7,6 +7,6 @@ path('infinito_api_rest_layer_read',{'layer':layer,'_format':'html'})}}">
|
||||
{% if slug is defined and slug%}
|
||||
<a
|
||||
href="{{ path('infinito_api_rest_layer_read',{'identity':slug,'layer':layer,'_format':'html'}) }}">
|
||||
{{ slug }}</a>{% endif %}<a
|
||||
href="{{ path('infinito_api_rest_layer_read',{'identity':id,'layer':layer,'_format':'html'}) }}">#{{ id }}
|
||||
{{ slug }}</a>{% endif %}#<a
|
||||
href="{{ path('infinito_api_rest_layer_read',{'identity':id,'layer':layer,'_format':'html'}) }}">{{ id }}
|
||||
</a>
|
Loading…
Reference in New Issue
Block a user