Forgot to add sidebar files

This commit is contained in:
2018-10-14 23:32:07 -04:00
parent c2663cd0a0
commit d4d4a555f8
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
<h3>Customers</h3>
<%= render :partial => 'customers/search' %>

View File

@@ -0,0 +1,3 @@
class ViewHookListener < Redmine::Hook::ViewListener
render_on :view_issues_sidebar_issues_bottom, :partial => "customers/sidebar"
end