Changeset 929d98d in Klonkt
- Timestamp:
- 06/21/2026 11:48:02 AM (3 months ago)
- Branches:
- main
- Children:
- bbf9d1a
- Parents:
- fe86013
- File:
-
- 1 edited
-
src/views/pages/search.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/search.ejs
rfe86013 r929d98d 28 28 <% if (_tracks.length) { %> 29 29 <h2 class="search-section-title"><%= t('search.section_tracks') %></h2> 30 <% var _inPost = t('search.in_post'); /* t() vóór de loop ophalen: function(t) overschaduwt 'm */ %> 30 31 <div class="search-tracks"> 31 32 <% _tracks.forEach(function(t) { … … 56 57 hx-swap="innerHTML" 57 58 hx-push-url="<%= t.postUrl %>" 58 aria-label="<%= t('search.in_post') %>"><%= t('search.in_post')%></a>59 aria-label="<%= _inPost %>"><%= _inPost %></a> 59 60 <% } %> 60 61 </div>
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)