Fix the donations history page due to the webpacker migration
This commit is contained in:
parent
25a64abe3f
commit
480ac12c64
2 changed files with 5 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
require('../legacy/page.js')
|
|
@ -3,6 +3,10 @@
|
|||
- Donor Donations
|
||||
<% end %>
|
||||
|
||||
<%= content_for :javascripts do %>
|
||||
<%= javascript_pack_tag 'i18n', 'page__profiles__donations_history'%>
|
||||
<% end %>
|
||||
|
||||
<% content_for(:footer_hidden) {'hidden'} %>
|
||||
|
||||
<% content_for :stylesheets do %>
|
||||
|
|
Loading…
Reference in a new issue