akkounts/app/views/shared/_tabnav_contributions.html.erb
Râu Cao 462dd24da3
All checks were successful
continuous-integration/drone/push Build is passing
WIP contribution nav
2023-06-12 14:32:59 +02:00

9 lines
307 B
Plaintext

<%= render HeaderTabLinkComponent.new(
name: "Donations", path: contributions_donations_path,
active: current_page?(contributions_donations_path)
) %>
<%= render HeaderTabLinkComponent.new(
name: "Projects", path: contributions_projects_path,
active: current_page?(contributions_projects_path)
) %>