~tsileo/microblog.pub-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] Show name field on "Page" activities

João Costa <jdpc557@gmail.com>
Details
Message ID
<20230615164510.591-1-jdpc557@gmail.com>
DKIM signature
missing
Download raw message
Patch: +1 -1
This is particularly useful to interact with Lemmy posts.
---
 app/templates/utils.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/templates/utils.html b/app/templates/utils.html
index 4caca98..cced351 100644
--- a/app/templates/utils.html
+++ b/app/templates/utils.html
@@ -549,7 +549,7 @@
        </a></p>
    {% endif %}

    {% if object.ap_type in ["Article", "Event"] %}
    {% if object.ap_type in ["Article", "Event", "Page"] %}
        <h2 class="p-name no-margin-top">{{ object.name }}</h2>
    {% endif %}

--
2.40.0.windows.1
Reply to thread Export thread (mbox)