I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

hooks_manager_hook.rb.patch

Fabien Crespel, 21 Jun 2014 20:24

Download (515 Bytes)

View differences:

lib/hooks_manager_hook.rb (working copy)
3 3
    def view_layouts_base_html_head(context = {})
4 4
        head = stylesheet_link_tag('hooks', :plugin => 'hooks_manager')
5 5
        hook = Hook.find_by_hook('view_layouts_base_html_head')
6
        head << hook.html_code if hook
6
        head << hook.html_code.html_safe if hook
7 7
        head
8 8
    end
9 9

  
Terms of use | Privacy policy