10 lines
221 B
Plaintext
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 %>
|