This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
carnetdejeu-crystal/src/views/layouts/_nav.slang

3 lines
101 B
Plaintext
Raw Normal View History

2018-09-03 23:08:32 +02:00
- active = context.request.path == "/" ? "active" : ""
2018-09-12 23:09:45 +02:00
a class="nav-item #{active}" href="/" Accueil