[TWIG] Making notes view more easily customizable
This commit is contained in:
parent
a7744351dd
commit
0649095e88
@ -15,12 +15,11 @@
|
||||
</div>
|
||||
<div class="note-actions">
|
||||
{% for act in get_note_actions(note) %}
|
||||
{{ form_start(act) }}
|
||||
<div>
|
||||
<svg class="icon icon-heart">
|
||||
<use xlink:href="#icon-heart"></use>
|
||||
</svg>
|
||||
{{ form(act) }}
|
||||
{{ form_widget(act) }}
|
||||
</div>
|
||||
{{ form_end(act) }}
|
||||
{% endfor %}
|
||||
<a href="{{ path('note_reply', {'reply_to': note.getId()}) }}">
|
||||
<svg class="icon icon-reply">
|
||||
|
Loading…
Reference in New Issue
Block a user