Merge pull request #155 from houdiniproject/profile_fixes

Remove the weird, unneeded events in profile view
This commit is contained in:
Eric Schultz 2019-02-08 15:05:37 -06:00 committed by GitHub
commit 2aa11e9456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 16 deletions

View file

@ -3,10 +3,6 @@
- Donor Fundraisers (P2P)
<% end %>
<% content_for :javascripts do %>
<%= IncludeAsset.js '/client/js/profiles/fundraisers/page.js' %>
<% end %>
<% content_for(:footer_hidden) {'hidden'} %>
<% content_for :stylesheets do %>
@ -28,8 +24,6 @@
</header>
<div class='container u-padding--15 u-marginBottom--50'>
<h3 class='u-centered u-marginTop--20 u-marginBottom--30'>Managed Events</h3>
<div id='js-eventsListing'></div>
<h3 class='u-centered u-marginTop--30'>Managed Campaigns</h3>
<% if @edited_campaigns.any? %>

View file

@ -3,10 +3,6 @@
- Donor Profile
<% end %>
<% content_for :javascripts do %>
<%= IncludeAsset.js '/client/js/profiles/show/page.js' %>
<% end %>
<% content_for :stylesheets do %>
<%= stylesheet_link_tag 'profiles/show/page' %>
<% end %>

View file

@ -1,4 +0,0 @@
// License: LGPL-3.0-or-later
var renderListings = require('../../events/listings')
renderListings(`/profiles/${app.profile_id}/events`)

View file

@ -1,2 +0,0 @@
// License: LGPL-3.0-or-later