2018-03-25 17:20:54 +00:00
|
|
|
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
2018-03-25 17:30:42 +00:00
|
|
|
<!-- partial start: components/_footer_sub -->
|
|
|
|
<section class='globalFooter-sub'>
|
|
|
|
<div class='container'>
|
|
|
|
|
|
|
|
<span <%= !current_user ? "style='display: block;'" : ""%>>
|
|
|
|
<span class='globalFooter-sub-items'>
|
|
|
|
|
|
|
|
<span>
|
|
|
|
|
2018-05-31 17:20:49 +00:00
|
|
|
<span class='globalFooter-sub-item'>© <%= Time.current.year %> <%= Settings.general.name %></span>
|
2018-03-25 17:30:42 +00:00
|
|
|
|
|
|
|
<span class='globalFooter-sub-item'>
|
|
|
|
<% if current_user %>
|
|
|
|
HELP SHOULD BE HERE
|
|
|
|
<% else %>
|
|
|
|
<a href='/about'>About</a>
|
|
|
|
<% end %>
|
|
|
|
</span>
|
|
|
|
<span class='globalFooter-sub-item'>
|
2018-05-31 17:20:49 +00:00
|
|
|
<%= link_to( t("footer.terms_and_privacy"), controller: :static, action: :terms_and_privacy) %>
|
2018-03-25 17:30:42 +00:00
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<!-- partial start: components/_footer_sub -->
|