Merge pull request #155 from houdiniproject/profile_fixes
Remove the weird, unneeded events in profile view
This commit is contained in:
		
						commit
						2aa11e9456
					
				
					 4 changed files with 0 additions and 16 deletions
				
			
		|  | @ -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? %> | ||||
|  |  | |||
|  | @ -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 %> | ||||
|  |  | |||
|  | @ -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…
	
	Add table
		
		Reference in a new issue
	
	 Eric Schultz
						Eric Schultz