Changeset a995698 in Klonkt for src/views/partials/topnav.ejs
- Timestamp:
- 06/28/2026 12:11:39 PM (2 months ago)
- Branches:
- main
- Children:
- 0a58300
- Parents:
- 89cc8c4
- File:
-
- 1 edited
-
src/views/partials/topnav.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/topnav.ejs
r89cc8c4 ra995698 101 101 <% } %> 102 102 103 <% if (user && typeof canManageFedi !== 'undefined' && canManageFedi ) { %>103 <% if (user && typeof canManageFedi !== 'undefined' && canManageFedi && apEnabled) { %> 104 104 <a class="nav-btn nav-notif" href="/notifications" aria-label="<%= t('notif.title') %>" title="<%= t('notif.title') %>" 105 105 hx-get="/notifications?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/notifications" hx-indicator="#pcms-loading"> … … 157 157 </a> 158 158 <% } %> 159 <% if (typeof canManageFedi !== 'undefined' && canManageFedi ) { %>159 <% if (typeof canManageFedi !== 'undefined' && canManageFedi && apEnabled) { %> 160 160 <a href="/news" role="menuitem" class="udi" 161 161 hx-get="/news?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
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)