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.
12 lines
366 B
Twig
12 lines
366 B
Twig
<div class="submenu">
|
|
<button id="save-toggle" title="save settings">
|
|
<i class="ti ti-device-floppy"></i>
|
|
</button>
|
|
<button id="publish-pages" title="publish site">
|
|
<i class="ti ti-world-upload"></i>
|
|
</button>
|
|
<button id="render-toggle" title="render on save toggle" data-render="{{ renderOnSave }}">
|
|
<i class="ti ti-circle-dashed"></i>
|
|
</button>
|
|
</div>
|