Changeset a995698 in Klonkt
- Timestamp:
- 06/28/2026 12:11:39 PM (2 months ago)
- Branches:
- main
- Children:
- 0a58300
- Parents:
- 89cc8c4
- Location:
- src/views/partials
- Files:
-
- 2 edited
-
profile-sheet.ejs (modified) (2 diffs)
-
topnav.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/profile-sheet.ejs
r89cc8c4 ra995698 56 56 </a> 57 57 </li> 58 <% if (typeof canManageFedi !== 'undefined' && canManageFedi && apEnabled) { %> 58 59 <li role="none"> 59 60 <a href="/notifications" class="profile-sheet-item" role="menuitem" data-close-sheet> … … 63 64 </a> 64 65 </li> 65 <% if (typeof canManageFedi !== 'undefined' && canManageFedi) { %> 66 <% } %> 67 <% if (typeof canManageFedi !== 'undefined' && canManageFedi && apEnabled) { %> 66 68 <li role="none"> 67 69 <a href="/news" class="profile-sheet-item" role="menuitem" data-close-sheet -
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)