forked from projects/fipamo
3f9506ac6b
Cleaned up resonsive for the rest of the remaining pages: the dash index, page index, page editor, navigation editor and plugged in a mobile nav that activates when the viewport gets skinny. Whew.
13 lines
260 B
Twig
13 lines
260 B
Twig
<div role="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>
|