diff options
author | r <r@freesoftwareextremist.com> | 2024-06-17 11:41:02 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2024-06-17 11:41:02 +0000 |
commit | 61c166b79570219a515bb3b8dd344a403708b371 (patch) | |
tree | 81d2ebb603d86d3b7c3580de46a25c5acc4af224 /templates | |
parent | ce1680dfd050990d8f3e484b92eb0db350bc3f2c (diff) | |
download | bloat-61c166b79570219a515bb3b8dd344a403708b371.tar.gz bloat-61c166b79570219a515bb3b8dd344a403708b371.zip |
Show quoted posts
Diffstat (limited to 'templates')
-rw-r--r-- | templates/status.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/status.tmpl b/templates/status.tmpl index 503b6f1..d841a93 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -177,6 +177,13 @@ </div> </form> {{end}} + {{with $quote := GetQuote .}} + {{if $quote}} + <div class="status-quote"> + {{template "status" (WithContext $quote $.Ctx)}} + </div> + {{end}} + {{end}} <div class="status-action-container"> <div class="status-action"> <a href="/thread/{{.ID}}?reply=true#status-{{.ID}}">reply</a> |