Project

General

Profile

Redmine plugins & sidebar content

Added by João Gradim over 15 years ago

Hi.

What's the easiest way to add content to the sidebar from inside a plugin?

Thanks.


Replies (2)

RE: Redmine plugins & sidebar content - Added by Eric Davis over 15 years ago

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

    (1-2/2)