Changeset b109a29 in Klonkt for src/views/partials/fedi-tabs.ejs
- Timestamp:
- 07/16/2026 08:02:27 PM (8 weeks ago)
- Branches:
- main
- Children:
- 010e073
- Parents:
- 87d2787
- git-author:
- Robin <roboburr@…> (07/16/2026 07:56:26 PM)
- git-committer:
- Robin <roboburr@…> (07/16/2026 08:02:27 PM)
- File:
-
- 1 edited
-
src/views/partials/fedi-tabs.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/fedi-tabs.ejs
r87d2787 rb109a29 8 8 <a href="/news" class="fedi-tab<%= _a === 'feed' ? ' is-active' : '' %>" 9 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 <a href="/following" class="fedi-tab<%= _a === 'following' ? ' is-active' : '' %>" 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> 12 <a href="/followers" class="fedi-tab<%= _a === 'followers' ? ' is-active' : '' %>" 13 hx-get="/followers?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/followers" hx-indicator="#pcms-loading"><%= t('tl.tab_followers') %></a> 10 <a href="/connect" class="fedi-tab<%= (_a === 'connect' || _a === 'following' || _a === 'followers') ? ' is-active' : '' %>" 11 hx-get="/connect?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/connect" hx-indicator="#pcms-loading"><%= t('tl.tab_connect') %></a> 14 12 <a href="/fediverse" class="fedi-tab<%= _a === 'reacties' ? ' is-active' : '' %>" 15 13 hx-get="/fediverse?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/fediverse" hx-indicator="#pcms-loading"><%= t('tl.tab_replies') %></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)