Changeset 2279f80 in Klonkt
- Timestamp:
- 06/24/2026 05:52:28 PM (3 months ago)
- Branches:
- main
- Children:
- a8399a6
- Parents:
- 0aa23cf
- File:
-
- 1 edited
-
src/views/pages/authorize-interaction.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/authorize-interaction.ejs
r0aa23cf r2279f80 24 24 <p class="auth-interact-note"><%= t('fedi.liked_done') %></p> 25 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><% } %>26 <% if (uri) { %><a class="btn" href="<%= uri %>" rel="nofollow noopener"><%= t('fedi.remote_view_original') %></a><% } %> 27 27 <a class="btn btn-primary" href="/"><%= t('fedi.remote_back') %></a> 28 28 </p> … … 31 31 <p class="auth-interact-note"><%= t('fedi.remote_sent') %></p> 32 32 <p class="auth-interact-actions"> 33 <% if (uri) { %><a class="btn" href="<%= uri %>" target="_blank"rel="nofollow noopener"><%= t('fedi.remote_view_original') %></a><% } %>33 <% if (uri) { %><a class="btn" href="<%= uri %>" rel="nofollow noopener"><%= t('fedi.remote_view_original') %></a><% } %> 34 34 <a class="btn btn-primary" href="/"><%= t('fedi.remote_back') %></a> 35 35 </p>
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)