mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +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>
|