class RedmineCrm::Hooks::ViewsLayoutsHook

Public Instance Methods

view_layouts_base_html_head(_context = {}) click to toggle source
# File lib/redmine_crm/hooks/views_layouts_hook.rb, line 6
def view_layouts_base_html_head(_context = {})
  stylesheet_link_tag(:money, plugin: 'redmine_crm')
end