This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<%= render HeaderComponent.new(title: "Contributions") %>
|
||||
<%# <%= render HeaderComponent.new(title: "Contributions") %>
|
||||
<%= render HeaderWithTabsComponent.new(
|
||||
# title: "Contributions",
|
||||
tabnav_partial: "shared/tabnav_contributions"
|
||||
) %>
|
||||
|
||||
<%= render MainWithTabnavComponent.new(tabnav_partial: "shared/tabnav_contributions") do %>
|
||||
<%= render MainSimpleComponent.new do %>
|
||||
<section>
|
||||
<% if @donations.any? %>
|
||||
<p class="mb-12">
|
||||
|
||||
Reference in New Issue
Block a user