Changeset ef1853c in Klonkt for src/views/partials/fedi-node.ejs
- Timestamp:
- 07/26/2026 09:52:24 AM (6 weeks ago)
- Branches:
- main
- Children:
- 42e7616
- Parents:
- 3597763
- File:
-
- 1 edited
-
src/views/partials/fedi-node.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/fedi-node.ejs
r3597763 ref1853c 6 6 <div class="comment-body"> 7 7 <div class="comment-meta"> 8 <% if (n.actor_url) { %><a class="comment-author" href="<%= n.actor_url %>" rel="nofollow noopener" target="_blank"><% = n.actor_name%></a>9 <% } else { %><span class="comment-author"><% = n.actor_name%></span><% } %>8 <% if (n.actor_url) { %><a class="comment-author" href="<%= n.actor_url %>" rel="nofollow noopener" target="_blank"><%- emojiName(n.actor_name, n.actor_emoji_json) %></a> 9 <% } else { %><span class="comment-author"><%- emojiName(n.actor_name, n.actor_emoji_json) %></span><% } %> 10 10 <% if (n.actor_handle) { %><span class="fedi-handle"><%= n.actor_handle %></span><% } %> 11 11 <% if (n.created_at) { %><span class="comment-time"><%= formatDateTime(n.created_at) %></span><% } %> 12 12 </div> 13 <div class="comment-content"><%- n.content%></div>13 <div class="comment-content"><%- emojiHtml(n.content, n.emoji_json) %></div> 14 14 <%# Rich replies: media on our own sent replies (attachments on the Note). 15 15 Visitors see these too, and the reply editor (owner-only) may not render,
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)