diff options
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> |