forked from projects/fipamo
ac08c77813
Began the process of removing all invalid role attributes starting with the header, login, and notifications components. Updated the corresponding scripts as well. Made a few structural changes to the header to simply it and then tested it to ensure notification still worked.
13 lines
261 B
Twig
13 lines
261 B
Twig
<div class="submenu">
|
|
<a href='/dashboard/pages' title="view pages">
|
|
<button>
|
|
<i class="ti ti-book-2"></i>
|
|
</button>
|
|
</a>
|
|
<a href='/dashboard/page/add/new' title="add new page">
|
|
<button>
|
|
<i class="ti ti-square-plus"></i>
|
|
</button>
|
|
</a>
|
|
</div>
|