1
0

Introduced plugin layout instead of using Redmine ViewListener render_on

This commit is contained in:
cryptogopher
2020-02-22 22:39:12 +01:00
parent 0f8f74ffec
commit 2d778c831b
13 changed files with 27 additions and 45 deletions

View File

@@ -3,5 +3,7 @@
<% end %>
<% content_for :sidebar do %>
<%= render partial: 'body_trackers/sidebar' %>
<%= render partial: 'layouts/sidebar' %>
<% end %>
<%= render :file => "layouts/base" %>