Changeset a885afc in Klonkt for src/views/partials/fedi-node.ejs
- Timestamp:
- 06/24/2026 01:27:56 PM (3 months ago)
- Branches:
- main
- Children:
- 7c44c12
- Parents:
- 7d932ce
- File:
-
- 1 edited
-
src/views/partials/fedi-node.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/fedi-node.ejs
r7d932ce ra885afc 33 33 <ol class="comment-replies"> 34 34 <% n.children.forEach(function(c){ %> 35 <li class="comment comment-reply"><%- include('../partials/fedi-node', { n: c }) %></li>35 <li class="comment comment-reply"><%- include('../partials/fedi-node', { n: c, t: t, canManageSite: (typeof canManageSite !== 'undefined' ? canManageSite : false), _base: _base, siteAvatar: (typeof siteAvatar !== 'undefined' ? siteAvatar : null), formatDateTime: formatDateTime }) %></li> 36 36 <% }); %> 37 37 </ol>
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)