add: forge pinned tickets
This commit is contained in:
parent
68071b96c8
commit
46f8aea538
5 changed files with 44 additions and 16 deletions
|
@ -1789,7 +1789,12 @@
|
|||
(text "{{ self::full_username(user=owner) }}"))
|
||||
|
||||
; timestamp
|
||||
(span ("class" "date") (text "{{ post.created }}")))
|
||||
(span ("class" "date") (text "{{ post.created }}"))
|
||||
|
||||
; pinned
|
||||
(text "{% if post.context.is_pinned -%}")
|
||||
(icon (text "pin"))
|
||||
(text "{%- endif %}"))
|
||||
|
||||
; post title
|
||||
(a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue