Skip to content

Commit

Permalink
todolists: add Todo Notes link
Browse files Browse the repository at this point in the history
Allow packagers to easily add notes to a todo with our hedgedoc
instance.
  • Loading branch information
jelly committed Apr 28, 2024
1 parent ddd9e6c commit 145e0f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/todolists/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<h2>{{ list.kind_str | title }} Todo List {{ list.name }}</h2>

<ul class="admin-actions">
<li><a href="https://md.archlinux.org/archweb-{{ list.slug }}"
title="Notes">Todo Notes</a></li>
{% if perms.todolists.delete_todolist %}
<li><a href="/todo/{{ list.slug }}/delete/"
title="Delete this todo list">Delete Todo List</a></li>
Expand Down

0 comments on commit 145e0f1

Please sign in to comment.