houdini/app/views/components/_footer_sub.html.erb

29 lines
865 B
Text

<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<!-- partial start: components/_footer_sub -->
<section class='globalFooter-sub'>
<div class='container'>
<span <%= !current_user ? "style='display: block;'" : ""%>>
<span class='globalFooter-sub-items'>
<span>
<span class='globalFooter-sub-item'>&copy; <%= Time.current.year %> <%= Settings.general.name %></span>
<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'>
<%= link_to( t("footer.terms_and_privacy"), controller: :static, action: :terms_and_privacy) %>
</span>
</span>
</span>
</span>
</div>
</section>
<!-- partial start: components/_footer_sub -->