15 lines
510 B
Plaintext
15 lines
510 B
Plaintext
<section>
|
|
<div class="border-b border-gray-200">
|
|
<nav class="-mb-px flex" aria-label="Tabs">
|
|
<%= render TabnavLinkComponent.new(
|
|
name: "Info", path: services_lightning_index_path,
|
|
active: current_page?(services_lightning_index_path)
|
|
) %>
|
|
<%= render TabnavLinkComponent.new(
|
|
name: "Transactions", path: transactions_services_lightning_index_path,
|
|
active: current_page?(transactions_services_lightning_index_path)
|
|
) %>
|
|
</nav>
|
|
</div>
|
|
</section>
|