Class: RedmineCrm::Hooks::ViewsLayoutsHook

Inherits:
Redmine::Hook::ViewListener
  • Object
show all
Defined in:
lib/redmine_crm/hooks/views_layouts_hook.rb

Instance Method Summary collapse

Instance Method Details

#view_layouts_base_html_head(_context = {}) ⇒ Object



6
7
8
9
# File 'lib/redmine_crm/hooks/views_layouts_hook.rb', line 6

def view_layouts_base_html_head(_context = {})
  stylesheet_link_tag(:calendars, plugin: 'redmine_crm') +
  stylesheet_link_tag(:money, plugin: 'redmine_crm')
end