Skip to content

Commit

Permalink
[(Finishes) #187093532] modified generated link's route
Browse files Browse the repository at this point in the history
  • Loading branch information
MayZamudio committed Mar 13, 2024
1 parent 7c337d3 commit 97db337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/account_codes/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%td= link_to account_code.code, edit_account_code_path(account_code)
%td= link_to account_code.name, edit_account_code_path(account_code)
%td= [account_code.description, account_code.donation_prompt].join('<br/>'.html_safe).html_safe
%td= purchase_link_popup link_icon, donate_to_fund_url(account_code.id), "donations to #{account_code.name_with_code}"
%td= purchase_link_popup link_icon, quick_donate_path(account_code_string: account_code.code), "donations to #{account_code.name_with_code}"
%br

= link_to 'Add New Account Code...', new_account_code_path , :class => 'btn btn-primary'

0 comments on commit 97db337

Please sign in to comment.