Changeset 2279f80 in Klonkt


Ignore:
Timestamp:
06/24/2026 05:52:28 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
a8399a6
Parents:
0aa23cf
Message:

fediverse: open 'view on source' in the same tab (drop target=_blank)

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/authorize-interaction.ejs

    r0aa23cf r2279f80  
    2424    <p class="auth-interact-note"><%= t('fedi.liked_done') %></p>
    2525    <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><% } %>
    2727      <a class="btn btn-primary" href="/"><%= t('fedi.remote_back') %></a>
    2828    </p>
     
    3131    <p class="auth-interact-note"><%= t('fedi.remote_sent') %></p>
    3232    <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><% } %>
    3434      <a class="btn btn-primary" href="/"><%= t('fedi.remote_back') %></a>
    3535    </p>
Note: See TracChangeset for help on using the changeset viewer.