mirror of
https://github.com/astuto/astuto.git
synced 2025-12-14 18:57:51 +01:00
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
<a
|
|
href="<%= path %>"
|
|
class="nav-link<%= current_page?(path) ? ' active' : '' %>"
|
|
role="tabs"
|
|
aria-controls="v-pills-home"
|
|
>
|
|
<%= label %>
|
|
</a>
|