2020-06-12 20:03:43 +00:00
|
|
|
<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
|
|
|
|
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
|
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>
|
|
|
|
|
2020-06-10 22:31:47 +00:00
|
|
|
<span class='globalFooter-sub-item'>© <%= Time.current.year %> <%= Houdini.general.name %></span>
|
2018-03-25 17:30:42 +00:00
|
|
|
|
|
|
|
<span class='globalFooter-sub-item'>
|
|
|
|
<% if current_user %>
|
2021-04-19 23:25:46 +00:00
|
|
|
<% if Houdini.hoster.terms_and_privacy&.help_url %><span><%= link_to("Help", Houdini.terms_and_privacy.help_url) %></span><% end %>
|
2018-03-25 17:30:42 +00:00
|
|
|
<% else %>
|
2021-04-19 23:25:46 +00:00
|
|
|
<% if Houdini.hoster.terms_and_privacy&.about_url %><span><%= link_to("About", Houdini.terms_and_privacy.about_url) %></span><% end %>
|
2018-03-25 17:30:42 +00:00
|
|
|
<% end %>
|
|
|
|
</span>
|
|
|
|
<span class='globalFooter-sub-item'>
|
2018-07-10 20:09:34 +00:00
|
|
|
<%= link_to( t("footer.terms_and_privacy"), :static_terms_and_privacy) %>
|
2018-03-25 17:30:42 +00:00
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<!-- partial start: components/_footer_sub -->
|