Changeset 41a7637 in Klonkt for src/views/pages/authorize-interaction.ejs
- Timestamp:
- 06/24/2026 01:04:50 PM (3 months ago)
- Branches:
- main
- Children:
- cc24fa1
- Parents:
- 7f46112b
- File:
-
- 1 edited
-
src/views/pages/authorize-interaction.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/authorize-interaction.ejs
r7f46112b r41a7637 1 1 <div class="auth-interact"> 2 <% if (typeof sent !== 'undefined' && sent) { %> 3 <h1 class="auth-interact-title"><%= t('fedi.remote_sent_title') %></h1> 4 <p class="auth-interact-note"><%= t('fedi.remote_sent') %></p> 5 <p class="auth-interact-actions"> 6 <% if (uri) { %><a class="btn" href="<%= uri %>" target="_blank" rel="nofollow noopener"><%= t('fedi.remote_view_original') %></a><% } %> 7 <a class="btn btn-primary" href="/"><%= t('fedi.remote_back') %></a> 8 </p> 9 <% } else { %> 2 10 <h1 class="auth-interact-title"><%= t('fedi.remote_title') %></h1> 3 11 … … 34 42 <p class="auth-interact-note"><%= t('fedi.remote_as', { site: siteTitle }) %></p> 35 43 <% } %> 44 <% } %> 36 45 </div> 37 46
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)