mirror of
https://github.com/flextype/flextype.git
synced 2025-08-13 00:24:15 +02:00
- Entries Controller/Views implementation
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user