diff --git a/app/javascript/packs/page__profiles__donations_history.js b/app/javascript/packs/page__profiles__donations_history.js new file mode 100644 index 00000000..10da02c3 --- /dev/null +++ b/app/javascript/packs/page__profiles__donations_history.js @@ -0,0 +1 @@ +require('../legacy/page.js') \ No newline at end of file diff --git a/app/views/profiles/donations_history.html.erb b/app/views/profiles/donations_history.html.erb index abd4db3e..65d6cc77 100755 --- a/app/views/profiles/donations_history.html.erb +++ b/app/views/profiles/donations_history.html.erb @@ -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 %>