Changeset e390844 in Klonkt
- Timestamp:
- 06/27/2026 12:59:41 AM (2 months ago)
- Branches:
- main
- Children:
- 80c36a1
- Parents:
- 1b99225
- File:
-
- 1 edited
-
src/views/pages/post.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/post.ejs
r1b99225 re390844 94 94 </ol> 95 95 <% } %> 96 <%# "Interact via the fediverse" is for VISITORS (reply from their own server). 97 The owner/admin has their own controls + it's their post → hide it for them. %> 98 <% if (typeof canManageSite === 'undefined' || !canManageSite) { %> 96 99 <div class="post-fediverse-cta"> 97 100 <button type="button" class="btn fedi-remote-reply-btn" data-fedi-uri="<%= _postAbsUrl %>" data-fedi-ph="<%= t('fedi.remote_ph') %>"> … … 100 103 </button> 101 104 </div> 105 <% } %> 102 106 </section> 103 107 <% } %>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)