Fix the donations history page due to the webpacker migration

This commit is contained in:
Eric 2020-05-15 14:54:32 -05:00
parent 25a64abe3f
commit 480ac12c64
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
require('../legacy/page.js')

View file

@ -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 %>