2020-06-12 15:03:43 -05: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 16:34:04 -05:00
|
|
|
|
|
|
|
<% if @theme == 'minimal' %>
|
|
|
|
<div class="minimalFooter">
|
|
|
|
<div class="container">
|
2020-06-10 17:31:47 -05: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 15:09:34 -05:00
|
|
|
<span><%= link_to( t("footer.terms_and_privacy"), :static_terms_and_privacy) %></span>
|
2018-05-24 16:34:04 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<% end %>
|