Move tag form in Material theme

This commit is contained in:
Nicolas Lœuillet 2016-04-07 13:47:35 +02:00
parent 9479ae834c
commit c6cbe75b2e
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A

View file

@ -192,14 +192,14 @@
{% endfor %}
</div>
{% if entry.previewPicture is not null %}
<div><img class="preview" src="{{ entry.previewPicture }}" alt="{{ entry.title|raw }}" /></div>
{% endif %}
<div class="input-field nav-panel-add-tag" style="display: none">
{{ render(controller( "WallabagCoreBundle:Tag:addTagForm", { 'id': entry.id } )) }}
</div>
{% if entry.previewPicture is not null %}
<div><img class="preview" src="{{ entry.previewPicture }}" alt="{{ entry.title|raw }}" /></div>
{% endif %}
</aside>
<article>
{{ entry.content | raw }}