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-05-24 21:34:04 +00:00
|
|
|
|
|
|
|
<% if @theme == 'minimal' %>
|
|
|
|
<div class="minimalFooter">
|
|
|
|
<div class="container">
|
2020-06-10 22:31:47 +00:00
|
|
|
<span>© <%= Time.current.year %> <%= Houdini.general.name %></span>
|
|
|
|
<% if Houdini.terms_and_privacy&.about_url %><span><%= link_to("About", Houdini.terms_and_privacy.about_url) %></span><% end %>
|
2018-07-10 20:09:34 +00:00
|
|
|
<span><%= link_to( t("footer.terms_and_privacy"), :static_terms_and_privacy) %></span>
|
2018-05-24 21:34:04 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<% end %>
|