1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 07:34:22 +02:00

Admin Panel: Menus Manager - menus name are clickable now

This commit is contained in:
Awilum
2019-01-05 21:31:45 +03:00
parent 91e0ab4ab5
commit e5a4985e44

View File

@@ -33,7 +33,7 @@
<?php foreach ($menus_list as $name => $menu): ?>
<tr>
<td>
<?= $menu['title'] ?>
<a href="<?= Http::getBaseUrl() ?>/admin/menus/edit?menu=<?= $name ?>"><?= $menu['title'] ?></a>
</td>
<td class="text-right">
<div class="btn-group">