Class: WikiFormatHookListener

Inherits:
Redmine::Hook::ViewListener
  • Object
show all
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(options = {})
  options[:link_builder].link_to "PDF", :url => options[:url_params].merge({:format => 'pdf'})
end