houdini/app/views/layouts/_apified_header.html.erb

12 lines
281 B
Text
Raw Normal View History

2018-05-24 21:34:04 +00:00
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<% if @theme == 'minimal' %>
<div class="minimalHeader">
<div class="container">
<img src="<%= image_path(Settings.general.logo_full) %>">
</div>
</div>
<% end %>