Added by João Gradim almost 16 years ago
Hi.
What's the easiest way to add content to the sidebar from inside a plugin?
Thanks.
You can use plugin Hooks (run rake redmine:plugins:hook_list
to see the latest) or override a view file in your plugin.
Example: put a file called app/views/issues/_sidebar.rhtml
into you plugin and it will be used instead of Redmine's default.
Eric
This Plugin:
- http://www.redmine.org/plugins/sidebar