devel #284

Merged
inhji merged 3 commits from devel into main 2023-09-08 12:46:45 +02:00
Showing only changes of commit 8d33ce80e8 - Show all commits

View file

@ -7,6 +7,7 @@ defmodule ChiyaWeb.PageHTML do
attr :notes, :list, required: true attr :notes, :list, required: true
attr :show_content, :boolean, default: true
def note_list_default(assigns) def note_list_default(assigns)
def tag_list([]), do: "No Tags" def tag_list([]), do: "No Tags"