Add Page.get_perms() + more material icons

This commit is contained in:
Yusur 2023-05-16 22:38:21 +02:00
parent 0801e841ad
commit a24386c45e
5 changed files with 46 additions and 10 deletions

View file

@ -7,7 +7,9 @@
<h1 id="firstHeading">{{ T('welcome').format(app_name) }}</h1>
<div class="nl-new">
<a href="/create/"><button class="submit-primary">{{ T('new-note') }}</button></a>
<a href="/create/">
<button class="submit-primary"><span class="material-icons">create</span> {{ T('new-note') }}</button>
</a>
</div>
<h2>{{ T('latest-notes') }}</h2>