10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
<%# user_upgrade %>
|
|
|
|
<% if policy(user_upgrade).receipt? %>
|
|
<%= link_to "View Receipt", receipt_user_upgrade_path(user_upgrade), target: "_blank" %>
|
|
<% end %>
|
|
|
|
<% if policy(user_upgrade).payment? %>
|
|
| <%= link_to "View Payment", payment_user_upgrade_path(user_upgrade), target: "_blank" %>
|
|
<% end %>
|