Changeset 74c2473 in Klonkt for src/views/pages/hub-home.ejs


Ignore:
Timestamp:
06/14/2026 06:48:50 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
a1c8cb8
Parents:
ce8c8c2
Message:

copy: hub-home/directory 'Artiesten' -> 'Leden' + feed heading 'our members'

Labels: section title + 'All N members' link + directory title/count/search/empty
states changed from 'Artiesten' to 'Leden'; feed heading 'Latest posts from users'
-> 'Latest posts from our members.'. URL /artiesten unchanged (labels only).

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/hub-home.ejs

    rce8c8c2 r74c2473  
    5555    <section class="hub-sec">
    5656      <h2 class="hub-sec-title">
    57         Artiesten
     57        Leden
    5858        <% if (_hasMore) { %><span class="hub-sec-count"><%= _total %></span><% } %>
    5959      </h2>
     
    7373      <% if (_hasMore) { %>
    7474        <div class="hub-more">
    75           <a class="hub-more-link" href="/artiesten">Alle <%= _total %> artiesten <span aria-hidden="true">→</span></a>
     75          <a class="hub-more-link" href="/artiesten">Alle <%= _total %> leden <span aria-hidden="true">→</span></a>
    7676        </div>
    7777      <% } %>
     
    8282    <% if (posts && posts.length) { %>
    8383    <section class="hub-sec">
    84       <h2 class="hub-sec-title">Laatste posts van users</h2>
     84      <h2 class="hub-sec-title">Laatste posts van onze leden.</h2>
    8585      <div class="hub-feed">
    8686        <% posts.forEach(function(p){ %>
Note: See TracChangeset for help on using the changeset viewer.