Add Page.get_perms() + more material icons
This commit is contained in:
parent
0801e841ad
commit
a24386c45e
5 changed files with 46 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue