Changeset a1c8cb8 in Klonkt for src/views/pages/artists-directory.ejs
- Timestamp:
- 06/14/2026 06:55:44 PM (3 months ago)
- Branches:
- main
- Children:
- ddecd9a
- Parents:
- 74c2473
- File:
-
- 1 edited
-
src/views/pages/artists-directory.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/artists-directory.ejs
r74c2473 ra1c8cb8 28 28 <header class="adir-head container"> 29 29 <h1 class="adir-title">Leden</h1> 30 <p class="adir-sub"><%= total %> <%= total === 1 ? 'lid' : 'leden'%></p>30 <p class="adir-sub"><%= total %> Klonkt<%= total === 1 ? '' : "'s" %></p> 31 31 32 <form class="adir-search" method="get" action="/ artiesten" role="search">32 <form class="adir-search" method="get" action="/leden" role="search"> 33 33 <input type="search" name="q" value="<%= q %>" placeholder="Zoek op naam…" 34 34 autocomplete="off" aria-label="Zoek leden"> … … 36 36 <svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="7"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg> 37 37 </button> 38 <% if (q) { %><a class="adir-search-clear" href="/ artiesten">Wissen</a><% } %>38 <% if (q) { %><a class="adir-search-clear" href="/leden">Wissen</a><% } %> 39 39 </form> 40 40 </header>
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)