fix: journals ui panic
This commit is contained in:
parent
dc50f3a8af
commit
fa72d6a59d
2 changed files with 4 additions and 2 deletions
|
@ -1928,7 +1928,7 @@
|
|||
(text "{%- endif %}")
|
||||
|
||||
; note listings
|
||||
(text "{% for note in notes %}")
|
||||
(text "{% for note in notes %} {% if not view_mode or note.title != \"journal.css\" -%}")
|
||||
(div
|
||||
("class" "flex flex-row gap-1")
|
||||
(a
|
||||
|
@ -1958,6 +1958,6 @@
|
|||
(icon (text "trash"))
|
||||
(str (text "general:action.delete")))))
|
||||
(text "{%- endif %}"))
|
||||
(text "{% endfor %}"))
|
||||
(text "{%- endif %} {% endfor %}"))
|
||||
(text "{%- endif %}")
|
||||
(text "{%- endmacro %}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue