Changeset 0aa23cf in Klonkt for src/views/pages
- Timestamp:
- 06/24/2026 05:48:48 PM (3 months ago)
- Branches:
- main
- Children:
- 2279f80
- Parents:
- 6bee3ec
- File:
-
- 1 edited
-
src/views/pages/authorize-interaction.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/authorize-interaction.ejs
r6bee3ec r0aa23cf 20 20 <% } %> 21 21 <p class="auth-interact-note"><a href="/"><%= t('fedi.remote_back') %></a></p> 22 <% } else if (typeof liked !== 'undefined' && liked) { %> 23 <h1 class="auth-interact-title">★ <%= t('fedi.liked_title') %></h1> 24 <p class="auth-interact-note"><%= t('fedi.liked_done') %></p> 25 <p class="auth-interact-actions"> 26 <% if (uri) { %><a class="btn" href="<%= uri %>" target="_blank" rel="nofollow noopener"><%= t('fedi.remote_view_original') %></a><% } %> 27 <a class="btn btn-primary" href="/"><%= t('fedi.remote_back') %></a> 28 </p> 22 29 <% } else if (typeof sent !== 'undefined' && sent) { %> 23 30 <h1 class="auth-interact-title"><%= t('fedi.remote_sent_title') %></h1> … … 52 59 <% } %> 53 60 </blockquote> 61 <form method="post" action="/authorize_interaction/like" class="auth-interact-like"> 62 <input type="hidden" name="uri" value="<%= uri %>"> 63 <button type="submit" class="btn btn-primary auth-like-btn">★ <%= t('fedi.like_btn') %></button> 64 </form> 65 <p class="auth-interact-or"><%= t('fedi.or_reply') %></p> 54 66 <form method="post" action="/authorize_interaction" class="auth-interact-form"> 55 67 <input type="hidden" name="uri" value="<%= uri %>"> 56 68 <textarea name="text" rows="4" required placeholder="<%= t('fedi.reply_ph') %>"></textarea> 57 69 <div class="auth-interact-actions"> 58 <button type="submit" class="btn btn-primary"><%= t('fedi.send') %></button>70 <button type="submit" class="btn"><%= t('fedi.send') %></button> 59 71 <a href="<%= uri %>" class="btn"><%= t('comments.cancel') %></a> 60 72 </div>
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)