mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
List Manager
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{% for list in lists %}
|
||||
{% set length = '<span class="counter">' ~ list.getEntries().count() ~ '</span>' %}
|
||||
<li class="list">
|
||||
<a href="/prod/lists/list/{{ list.getId() }}/" class="link">
|
||||
<a href="/prod/push/edit-list/{{ list.getId() }}/" class="link">
|
||||
<img src="/skins/prod/Push/list-icon.png" />
|
||||
"{{ list.getName() }}"
|
||||
{% trans %}
|
||||
|
Reference in New Issue
Block a user