added gantt and calendar support for global sidebar #3
This commit is contained in:
parent
534f4a22cb
commit
5cc2f0c0b4
13
app/views/calendars/_global_sidebar.html.erb
Normal file
13
app/views/calendars/_global_sidebar.html.erb
Normal 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 %>
|
13
app/views/gantts/_global_sidebar.html.erb
Normal file
13
app/views/gantts/_global_sidebar.html.erb
Normal 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 %>
|
Loading…
Reference in New Issue
Block a user