Project

General

Profile

Wrap core view using plugin

Added by Alex Shulgin over 12 years ago

Hello,

I'm trying to add some HTML code to the settings/_mail_handler.rhtml tab in my plugin.

I can override it completely by creating a corresponding partial under my plugin's app/views directory, but how can I retain the original tab content as well? I've tried

top code

<%= render :partial => 'settings/mail_handler' %>

bottom code

but that seems to be calling itself recursively and the request is never handled.

Any ideas? Thanks!