9 lines
307 B
Plaintext
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)
|
|
) %>
|