Changeset f7d142f in Klonkt for src/views/partials/fedi-node.ejs
- Timestamp:
- 06/28/2026 03:36:22 PM (2 months ago)
- Branches:
- main
- Children:
- 81bb9c5
- Parents:
- 127f87e
- File:
-
- 1 edited
-
src/views/partials/fedi-node.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/fedi-node.ejs
r127f87e rf7d142f 14 14 <div class="comment-actions"> 15 15 <% if (n.mine && typeof canManageSite !== 'undefined' && canManageSite && n.outboxId) { %> 16 <form method="post" action="<%= _base %>/fediverse/<%= n.outboxId %>/delete" onsubmit="return confirm('<%= t('fedi.delete_confirm') %>')">16 <form method="post" action="<%= _base %>/fediverse/<%= n.outboxId %>/delete" data-confirm="<%= t('fedi.delete_confirm') %>"> 17 17 <button type="submit" class="comment-delete-btn"><%= t('comments.delete') %></button> 18 18 </form>
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)