diff options
Diffstat (limited to 'templates/room')
-rw-r--r-- | templates/room/list.tera | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/room/list.tera b/templates/room/list.tera index 23b2086..7654427 100644 --- a/templates/room/list.tera +++ b/templates/room/list.tera @@ -6,6 +6,9 @@ <body> <h1>Rooms</h1> +<p> +<a href="/rooms/new">Add room</a></p> + {% if rooms | length <= 0%} No rooms defined. {% else %} |