Remove unused guest footer

This commit is contained in:
Eric Schultz 2018-11-07 15:23:35 -06:00
parent 9fe0fa09ed
commit 1d66022879
2 changed files with 0 additions and 33 deletions

View file

@ -1,32 +0,0 @@
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<!-- partial start: components/_guest_footer -->
<section class='group container globalFooter-guest'>
<ul class='col-4 u-noClear u-margin--0 u-paddingRight--20'>
<li class='globalFooter-title'>Get Started</li>
<li><a open-modal='loginModal'>Login</a></li>
<li><a data-ff-open-onboard>NPO Signup</a></li>
<li><a href='/peer-to-peer'>Peer to Peer Campaign</a></li>
</ul>
<ul class='col-4 u-noClear u-margin--0 u-paddingRight--20'>
</ul>
<ul class='col-4 u-noClear u-margin--0'>
<% if Settings.terms_and_privacy&.help_url %>
<li><%= link_to("Help", Settings.terms_and_privacy.help_url) %></li>
<% end %>
</ul>
<%# <div class='globalFooter-mailingListCol'> %>
<%# <a class='button--small blue u-floatR' href='/demo'> %>
<%# Free Demo %>
<%# </a> %>
<%# </div> %>
</section>
<!-- partial end: components/_guest_footer -->

View file

@ -34,7 +34,6 @@
<% if yield(:footer_hidden) != 'hidden' %>
<footer class='globalFooter'>
<%= render 'components/guest_footer' unless current_user %>
<%= render 'components/footer_sub' %>
</footer>
<% end %>