14 lines
192 B
Plaintext
14 lines
192 B
Plaintext
<%
|
|
|
|
sidebar = ''
|
|
sidebar << Setting.plugin_redmine_tweaks['global_sidebar']
|
|
|
|
if sidebar != ''
|
|
%>
|
|
<br />
|
|
<div class="sidebar-tweaks">
|
|
<%= textilizable(sidebar).html_safe %>
|
|
</div>
|
|
|
|
<% end %>
|