diff --git a/app/views/funds/show.html.erb b/app/views/funds/show.html.erb index d02b6f4..7b0177f 100644 --- a/app/views/funds/show.html.erb +++ b/app/views/funds/show.html.erb @@ -204,7 +204,9 @@ <% elsif project_allocation.funding_source && project_allocation.funding_source.approved? %>

<%= bootstrap_icon 'piggy-bank-fill', width: 18, height: 18 %> Funding: <%= link_to project_allocation.funding_source.url, project_allocation.funding_source.url, target: :_blank %>

<% else %> - <% if project_allocation.invitation.present? %> + <% if project_allocation.success? %> +

<%= bootstrap_icon 'piggy-bank-fill', width: 18, height: 18 %> Funding: Paid

+ <% elsif project_allocation.invitation.present? %> <% if project_allocation.project_funding_rejected %>

<%= bootstrap_icon 'piggy-bank-fill', width: 18, height: 18 %> Funding: Invitation Rejected on <%= project_allocation.invitation.rejected_at.strftime('%B %d, %Y') %>

<% elsif project_allocation.invitation_accepted? %>