additionals/app/views/welcome/_overview_bottom.html.erb
2017-07-13 12:05:17 +02:00

10 lines
221 B
Plaintext

<%
overview_bottom = Additionals.settings[:overview_bottom]
unless overview_bottom.blank?
%>
<div style="clear: both;"></div>
<div class="overview-bottom wiki box">
<%= textilizable(overview_bottom) %>
</div>
<% end %>