mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Forgot to add sidebar files
This commit is contained in:
2
app/views/customers/_sidebar.html.erb
Normal file
2
app/views/customers/_sidebar.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h3>Customers</h3>
|
||||
<%= render :partial => 'customers/search' %>
|
||||
3
lib/view_hook_listener.rb
Normal file
3
lib/view_hook_listener.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class ViewHookListener < Redmine::Hook::ViewListener
|
||||
render_on :view_issues_sidebar_issues_bottom, :partial => "customers/sidebar"
|
||||
end
|
||||
Reference in New Issue
Block a user