Class: WikiFormatHookListener
- Inherits:
-
Redmine::Hook::ViewListener
- Object
- Redmine::Hook::ViewListener
- WikiFormatHookListener
- Defined in:
- lib/wiki_format_hook_listener.rb
Instance Method Summary collapse
Instance Method Details
#view_wiki_show_other_formats(options = {}) ⇒ Object
2 3 4 |
# File 'lib/wiki_format_hook_listener.rb', line 2 def view_wiki_show_other_formats( = {}) [:link_builder].link_to "PDF", :url => [:url_params].merge({:format => 'pdf'}) end |