added gantt and calendar support for global sidebar #3

This commit is contained in:
Alexander Meindl 2013-10-05 11:33:08 +02:00
parent 534f4a22cb
commit 5cc2f0c0b4
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<%
sidebar = ''
sidebar << Setting.plugin_redmine_tweaks['global_sidebar']
if sidebar != ''
%>
<br />
<div class="sidebar-tweaks">
<%= textilizable(sidebar).html_safe %>
</div>
<% end %>

View File

@ -0,0 +1,13 @@
<%
sidebar = ''
sidebar << Setting.plugin_redmine_tweaks['global_sidebar']
if sidebar != ''
%>
<br />
<div class="sidebar-tweaks">
<%= textilizable(sidebar).html_safe %>
</div>
<% end %>