Compare commits
2 Commits
e48132cf5f
...
529f2ef0aa
Author | SHA1 | Date | |
---|---|---|---|
529f2ef0aa | |||
b657a25d4d |
@ -35,8 +35,12 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
<td>
|
<td>
|
||||||
<%= @user.is_contributing_member? ? badge("contributor", :green) : "" %>
|
<% if @user.is_contributing_member? && user.is_paying_member? %>
|
||||||
<%= @user.is_paying_member? ? badge("sustainer", :green) : "" %>
|
<%= @user.is_contributing_member? ? badge("contributor", :green) : "" %>
|
||||||
|
<%= @user.is_paying_member? ? badge("sustainer", :green) : "" %>
|
||||||
|
<% else %>
|
||||||
|
—
|
||||||
|
<% end %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<% if @donations_completed.any? %>
|
<% if @donations_completed.any? %>
|
||||||
<section class="donation-list">
|
<section class="donation-list">
|
||||||
<h2>Past contributions</h2>
|
<h2>Contributions</h2>
|
||||||
<%= render partial: "contributions/donations/list",
|
<%= render partial: "contributions/donations/list",
|
||||||
locals: { donations: @donations_completed } %>
|
locals: { donations: @donations_completed } %>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user