uu59 3c7786f262 Refactor plugin setting
Adding support for some plugins was hard.
After this commit, easy to add a plugin that has commonly
setting style.

Before:
- Add model, controller, and views for it.

After:
- Add model and controller. view is shared.
2014-11-04 14:29:31 +09:00

7 lines
178 B
Plaintext

- page_title t("fluentd.settings.#{target_plugin_name}.show.page_title")
.well
= raw t("fluentd.settings.#{target_plugin_name}.option_guide")
= render "shared/settings/form"