Changeset 9e5438e in Klonkt for src/views/pages
- Timestamp:
- 06/26/2026 01:50:51 PM (2 months ago)
- Branches:
- main
- Children:
- 5e3be97
- Parents:
- 8334d27
- Location:
- src/views/pages
- Files:
-
- 5 edited
-
authorize-interaction.ejs (modified) (1 diff)
-
blocks.ejs (modified) (1 diff)
-
fedi-notifications.ejs (modified) (1 diff)
-
timeline.ejs (modified) (1 diff)
-
volgend.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/authorize-interaction.ejs
r8334d27 r9e5438e 1 1 <div class="auth-interact"> 2 2 <% if (typeof manage !== 'undefined' && manage) { %> 3 <%- include('../partials/fedi-tabs', { active: 'reacties' }) %> 3 4 <h1 class="auth-interact-title"><%= t('fedi.manage_title') %></h1> 4 5 <% if (!manage.length) { %> -
src/views/pages/blocks.ejs
r8334d27 r9e5438e 1 1 <div class="bl-wrap"> 2 <%- include('../partials/fedi-tabs', { active: 'blokkeren' }) %> 2 3 <h1 class="bl-title"><%= t('blk.title') %></h1> 3 4 <p class="bl-lead"><%= t('blk.lead') %></p> -
src/views/pages/fedi-notifications.ejs
r8334d27 r9e5438e 1 1 <div class="nt-wrap"> 2 < p class="fedi-back"><a class="btn btn-primary" href="/"><%= t('nav.back_to_site') %></a></p>2 <%- include('../partials/fedi-tabs', { active: 'meldingen' }) %> 3 3 <h1 class="nt-title"><%= t('notif.title') %></h1> 4 4 <% if (!items || !items.length) { %> -
src/views/pages/timeline.ejs
r8334d27 r9e5438e 1 1 <div class="tl-wrap"> 2 < p class="fedi-back"><a class="btn btn-primary" href="/"><%= t('nav.back_to_site') %></a></p>2 <%- include('../partials/fedi-tabs', { active: 'feed' }) %> 3 3 <h1 class="tl-title"><%= t('tl.title') %></h1> 4 4 <p class="tl-lead"><%= t('tl.lead') %></p> 5 <%- include('../partials/tl-tabs', { active: 'feed' }) %>6 5 <% if (typeof success !== 'undefined' && success) { %><div class="alert alert-success"><%= success %></div><% } %> 7 6 <% if (typeof error !== 'undefined' && error) { %><div class="alert alert-error"><%= error %></div><% } %> -
src/views/pages/volgend.ejs
r8334d27 r9e5438e 1 1 <div class="tl-wrap"> 2 <%- include('../partials/fedi-tabs', { active: 'following' }) %> 2 3 <h1 class="tl-title"><%= t('tl.title') %></h1> 3 4 <p class="tl-lead"><%= t('tl.lead') %></p> 4 <%- include('../partials/tl-tabs', { active: 'following' }) %>5 5 <% if (typeof success !== 'undefined' && success) { %><div class="alert alert-success"><%= success %></div><% } %> 6 6 <% if (typeof error !== 'undefined' && error) { %><div class="alert alert-error"><%= error %></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)