Remove the weird, unneeded events in profile view
This commit is contained in:
parent
3094a64f6e
commit
c7b4a74537
4 changed files with 0 additions and 16 deletions
|
@ -3,10 +3,6 @@
|
||||||
- Donor Fundraisers (P2P)
|
- Donor Fundraisers (P2P)
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% content_for :javascripts do %>
|
|
||||||
<%= IncludeAsset.js '/client/js/profiles/fundraisers/page.js' %>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<% content_for(:footer_hidden) {'hidden'} %>
|
<% content_for(:footer_hidden) {'hidden'} %>
|
||||||
|
|
||||||
<% content_for :stylesheets do %>
|
<% content_for :stylesheets do %>
|
||||||
|
@ -28,8 +24,6 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class='container u-padding--15 u-marginBottom--50'>
|
<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>
|
<h3 class='u-centered u-marginTop--30'>Managed Campaigns</h3>
|
||||||
<% if @edited_campaigns.any? %>
|
<% if @edited_campaigns.any? %>
|
||||||
|
|
|
@ -3,10 +3,6 @@
|
||||||
- Donor Profile
|
- Donor Profile
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% content_for :javascripts do %>
|
|
||||||
<%= IncludeAsset.js '/client/js/profiles/show/page.js' %>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<% content_for :stylesheets do %>
|
<% content_for :stylesheets do %>
|
||||||
<%= stylesheet_link_tag 'profiles/show/page' %>
|
<%= stylesheet_link_tag 'profiles/show/page' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
// License: LGPL-3.0-or-later
|
|
||||||
var renderListings = require('../../events/listings')
|
|
||||||
renderListings(`/profiles/${app.profile_id}/events`)
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
// License: LGPL-3.0-or-later
|
|
||||||
|
|
Loading…
Reference in a new issue