Create lists model & controllers
This commit is contained in:
parent
fd49b69799
commit
0159e8d528
4 changed files with 75 additions and 4 deletions
|
|
@ -53,17 +53,17 @@
|
|||
</a>
|
||||
<ul class="dropdown-menu dropdown-menu-end">
|
||||
<li>
|
||||
<a class="dropdown-item" href="/account/manage">
|
||||
<a class="dropdown-item" href="/admin/sections">
|
||||
<i class="feather me-2" data-feather="home"></i>Sections
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="dropdown-item" href="/account/totp">
|
||||
<a class="dropdown-item" href="/admin/lists">
|
||||
<i class="feather me-2" data-feather="list"></i>Listes
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="dropdown-item" href="/logout">
|
||||
<a class="dropdown-item" href="/admin/fields">
|
||||
<i class="feather me-2" data-feather="database"></i>Champs supplémentaires
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue