simpkey/src/views/renote.pug

11 lines
316 B
Plaintext

extends _base
block content
if canRenote
h2 Want to renote this note?
+sub-note(note)
+post-form('/action/create-note', "Comment (optional)", "Renote")
input(type="hidden", name="renoteId", value=note.id)
else
h2 This note can't be renoted
+sub-note(note)