additionals/app/views/welcome/_overview_bottom.html.erb

10 lines
221 B
Plaintext
Raw Normal View History

<%
2017-07-13 12:05:17 +02:00
overview_bottom = Additionals.settings[:overview_bottom]
unless overview_bottom.blank?
%>
<div style="clear: both;"></div>
2015-09-03 21:11:31 +02:00
<div class="overview-bottom wiki box">
<%= textilizable(overview_bottom) %>
</div>
2016-12-02 12:45:12 +01:00
<% end %>