- Timestamp:
- 06/25/2026 10:14:26 PM (3 months ago)
- Branches:
- main
- Children:
- e91849c
- Parents:
- 33c1999
- File:
-
- 1 edited
-
src/views/pages/authorize-interaction.ejs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/authorize-interaction.ejs
r33c1999 r2902320 38 38 <p class="auth-interact-note"><%= t('fedi.remote_sent') %></p> 39 39 <p class="auth-interact-actions"> 40 <% if (uri) { %><a class="btn " href="<%= uri %>" rel="nofollow noopener"><%= t('fedi.remote_view_original') %></a><% } %>41 <a class="btn btn-primary" href="/"><%= t('fedi.remote_back') %></a>40 <% if (uri) { %><a class="btn btn-primary" href="<%= uri %>" rel="nofollow noopener"><%= t('fedi.remote_view_original') %></a><% } %> 41 <a class="btn" href="/"><%= t('fedi.remote_back') %></a> 42 42 </p> 43 43 <% } else if (typeof followTarget !== 'undefined' && followTarget) { %> … … 86 86 </form> 87 87 <p class="auth-interact-or"><%= t('fedi.or_reply') %></p> 88 <p class="auth-interact-where">💬 <%= t('fedi.reply_where') %></p> 88 89 <form method="post" action="/authorize_interaction" class="auth-interact-form"> 89 90 <input type="hidden" name="uri" value="<%= uri %>"> … … 116 117 .auth-interact-actions { display: flex; gap: .5rem; align-items: center; } 117 118 .auth-interact-note { color: var(--ink-soft, #999); font-size: .85rem; margin-top: 1rem; } 119 .auth-interact-where { margin: .25rem 0 .85rem; padding: .6rem .8rem; font-size: .85rem; line-height: 1.5; border-radius: 10px; background: color-mix(in srgb, var(--accent, #888) 12%, transparent); color: var(--ink, inherit); } 118 120 .auth-interact-content { line-height: 1.55; } 119 121 .auth-interact-content p { margin: .35rem 0; }
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)