13 lines
434 B
Plaintext
13 lines
434 B
Plaintext
<div class="border-b border-gray-200">
|
|
<nav class="-mb-px flex" aria-label="Tabs">
|
|
<%= render TabnavLinkComponent.new(
|
|
name: "Donations", path: contributions_donations_path,
|
|
active: current_page?(contributions_donations_path)
|
|
) %>
|
|
<%= render TabnavLinkComponent.new(
|
|
name: "Projects", path: contributions_projects_path,
|
|
active: current_page?(contributions_projects_path)
|
|
) %>
|
|
</nav>
|
|
</div>
|