Changeset 441f5d6 in Klonkt for src/views/partials
- Timestamp:
- 06/17/2026 04:02:46 AM (3 months ago)
- Branches:
- main
- Children:
- c50f22e
- Parents:
- 125e0e1
- Location:
- src/views/partials
- Files:
-
- 2 edited
-
bottom-tab.ejs (modified) (1 diff)
-
topnav.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/bottom-tab.ejs
r125e0e1 r441f5d6 111 111 <a class="bottom-tab-item<%= _active === 'login' ? ' is-active' : '' %>" 112 112 href="/auth/login" 113 hx-get="/auth/login?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" 114 hx-push-url="/auth/login" hx-indicator="#pcms-loading" 113 115 aria-label="Inloggen"> 114 116 <svg class="bottom-tab-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> -
src/views/partials/topnav.ejs
r125e0e1 r441f5d6 147 147 </details> 148 148 <% } else { %> 149 <a class="nav-link" href="/auth/login"> 149 <a class="nav-link" href="/auth/login" 150 hx-get="/auth/login?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" 151 hx-push-url="/auth/login" hx-indicator="#pcms-loading"> 150 152 <span class="nav-label">Inloggen</span> 151 153 </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)