1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 00:24:15 +02:00

Flextype Box Plugin: Admin #125 #117

- Entries Controller/Views implementation
This commit is contained in:
Awilum
2019-05-17 11:01:11 +03:00
parent 290e12de80
commit 25b09c1f02

View File

@@ -37,7 +37,7 @@
</td>
<td class="text-right">
<div class="btn-group">
<a class="btn btn-default" href="{{ path_for('admin.entries.edit') }}/?entry={{ entry.slug }}">{{ tr('admin_edit') }}</a>
<a class="btn btn-default" href="{{ path_for('admin.entries.edit') }}?entry={{ entry.slug }}">{{ tr('admin_edit') }}</a>
<button type="button" class="btn btn-default dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
</button>