Allow ticking and unticking checkboxes
This commit is contained in:
parent
4aa09ce502
commit
352d9555ba
2 changed files with 24 additions and 33 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div class="list-group list-group-flush">
|
||||
{{range $note := .notes}}
|
||||
<a class="list-group-item list-group-item-action d-flex justify-content-between"
|
||||
href="{{$note.Url}}/">
|
||||
href="{{$note.URL}}/">
|
||||
<span>{{$note.Title}}</span>
|
||||
<img src="/static/icons/eye.svg" alt="Edit">
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue