Sha256: 453f89f5b95488c07ca9e5a8208fef486b24e2c6df342c3621e3f655da6f84b2
Contents?: true
Size: 326 Bytes
Versions: 2
Compression:
Stored size: 326 Bytes
Contents
# frozen_string_literal: true module RedmineCrm module Hooks class ViewsLayoutsHook < Redmine::Hook::ViewListener def view_layouts_base_html_head(_context = {}) stylesheet_link_tag(:calendars, plugin: 'redmine_crm') + stylesheet_link_tag(:money, plugin: 'redmine_crm') end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redmine_crm-0.0.63 | lib/redmine_crm/hooks/views_layouts_hook.rb |
redmine_crm-0.0.62 | lib/redmine_crm/hooks/views_layouts_hook.rb |