Changeset c867b7b in Klonkt for src/views/partials/fedi-node.ejs
- Timestamp:
- 07/18/2026 10:31:01 PM (7 weeks ago)
- Branches:
- main
- Children:
- d49b60b
- Parents:
- 05cd954
- git-author:
- Robin <roboburr@…> (07/18/2026 10:30:37 PM)
- git-committer:
- Robin <roboburr@…> (07/18/2026 10:31:01 PM)
- File:
-
- 1 edited
-
src/views/partials/fedi-node.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/fedi-node.ejs
r05cd954 rc867b7b 46 46 <button type="submit" class="fedi-cact fedi-cact-remove" title="<%= t('comments.delete') %>" aria-label="<%= t('comments.delete') %>"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="3 6 5 6 21 6"/><path d="M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"/><path d="M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2"/></svg></button> 47 47 </form> 48 <% } else if (!n.mine && n.noteId) { %> 48 <% } else if (n.noteId) { %> 49 <%# Visitor: reply via YOUR OWN instance. Also on the site's own (mine) comments — 50 those are dereferenceable Notes (/ap/notes/<id>) too; without this a visitor 51 could not reply to the owner's comments at all (only the owner branches above 52 catch mine-nodes for managers, so this else-if never renders for the owner). %> 49 53 <button type="button" class="comment-reply-btn fedi-remote-reply-btn" data-fedi-uri="<%= n.noteId %>" data-fedi-ph="<%= t('fedi.remote_ph') %>"> 50 54 <svg viewBox="0 0 24 24" width="13" height="13" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 17 4 12 9 7"/><path d="M20 18v-2a4 4 0 0 0-4-4H4"/></svg>
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)