Changeset 33e1dbd in Klonkt for src/views/pages
- Timestamp:
- 07/19/2026 05:08:32 PM (7 weeks ago)
- Branches:
- main
- Children:
- feced2c
- Parents:
- 2d66d66
- git-author:
- Robin <roboburr@…> (07/19/2026 05:08:12 PM)
- git-committer:
- Robin <roboburr@…> (07/19/2026 05:08:32 PM)
- File:
-
- 1 edited
-
src/views/pages/authorize-interaction.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/authorize-interaction.ejs
r2d66d66 r33e1dbd 189 189 <p class="auth-interact-or"><%= t('fedi.or_reply') %></p> 190 190 <p class="auth-interact-where">💬 <%= t('fedi.reply_where') %></p> 191 <form method="post" action="/authorize_interaction" class="auth-interact-form"> 192 <input type="hidden" name="uri" value="<%= uri %>"> 193 <textarea name="text" rows="4" required placeholder="<%= t('fedi.reply_ph') %>"></textarea> 194 <div class="auth-interact-actions"> 195 <button type="submit" class="btn"><%= t('fedi.send') %></button> 196 <a href="<%= uri %>" class="btn"><%= t('comments.cancel') %></a> 197 </div> 198 </form> 191 <div class="auth-interact-form"> 192 <%- include('../partials/reply-editor', { 193 action: '/authorize_interaction', 194 hiddenFields: [{ name: 'uri', value: uri }], 195 placeholder: t('fedi.reply_ph'), 196 submitLabel: t('fedi.send'), 197 rows: 4, 198 }) %> 199 <div class="auth-interact-actions"><a href="<%= uri %>" class="btn"><%= t('comments.cancel') %></a></div> 200 </div> 199 201 <p class="auth-interact-note"><%= t('fedi.remote_as', { site: siteTitle }) %></p> 200 202 <details class="auth-report">
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)