Changeset 2bd31d6 in Klonkt for src/views/partials/msg-item.ejs
- Timestamp:
- 08/08/2026 01:48:05 AM (5 weeks ago)
- Branches:
- main
- Children:
- 50e80ac
- Parents:
- 02c6231
- git-author:
- Robin <roboburr@…> (08/08/2026 01:47:50 AM)
- git-committer:
- Robin <roboburr@…> (08/08/2026 01:48:05 AM)
- File:
-
- 1 edited
-
src/views/partials/msg-item.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/msg-item.ejs
r02c6231 r2bd31d6 70 70 seintje (FEP-633c), en die twee horen niet op een hoop. %> 71 71 <% if (_rt.actorUri) { %> 72 <form method="post" action="<%= (typeof siteUrlBase !== 'undefined' ? siteUrlBase : '') %>/messages/quick-reply" class="msg-wave" >72 <form method="post" action="<%= (typeof siteUrlBase !== 'undefined' ? siteUrlBase : '') %>/messages/quick-reply" class="msg-wave" data-sent="<%= t('msg.wave_sent') %>"> 73 73 <input type="hidden" name="to" value="<%= _rt.actorUri %>"> 74 74 <button class="btn small" name="text" value="👋" title="<%= t('msg.wave_back') %>">👋</button> … … 167 167 <% } else if ((_t === 'reply' || _t === 'mention' || _t === 'sent') && n.content) { %><div class="msg-content msg-note"><%- include('../partials/note-body', { nb: n }) %></div> 168 168 <% if (_t === 'mention' && n.wave && n.actorUri && canMutate) { %> 169 <form class="msg-quickreply" method="post" action="<%= (typeof siteUrlBase !== 'undefined' ? siteUrlBase : '') %>/messages/quick-reply" style="display:flex;gap:6px;flex-wrap:wrap;margin-top:6px">169 <form class="msg-quickreply" method="post" action="<%= (typeof siteUrlBase !== 'undefined' ? siteUrlBase : '') %>/messages/quick-reply" data-sent="<%= t('msg.wave_sent') %>" style="display:flex;gap:6px;flex-wrap:wrap;margin-top:6px"> 170 170 <input type="hidden" name="to" value="<%= n.actorUri %>"> 171 171 <button class="btn small" name="text" value="<%= t('msg.wave_r1') %>"><%= t('msg.wave_r1') %></button>
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)