Changeset eefd302 in Klonkt for src/views/partials/fedi-tabs.ejs
- Timestamp:
- 06/26/2026 05:04:49 PM (2 months ago)
- Branches:
- main
- Children:
- cf4cf27
- Parents:
- 69e7a79
- File:
-
- 1 edited
-
src/views/partials/fedi-tabs.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/fedi-tabs.ejs
r69e7a79 reefd302 6 6 <% var _nu = (typeof notifUnread !== 'undefined') ? notifUnread : 0; %> 7 7 <nav class="fedi-tabs" aria-label="Fediverse"> 8 <a href="/news paper" class="fedi-tab<%= _a === 'feed' ? ' is-active' : '' %>"9 hx-get="/news paper?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/newspaper" hx-indicator="#pcms-loading"><%= t('tl.tab_feed') %></a>8 <a href="/news" class="fedi-tab<%= _a === 'feed' ? ' is-active' : '' %>" 9 hx-get="/news?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/news" hx-indicator="#pcms-loading"><%= t('tl.tab_feed') %></a> 10 10 <a href="/following" class="fedi-tab<%= _a === 'following' ? ' is-active' : '' %>" 11 11 hx-get="/following?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/following" hx-indicator="#pcms-loading"><%= t('tl.tab_following') %></a>
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)