Sha256: a1b9ac3cfd98f082a3a0a9131305ff7932043a02c10cfd546c921a058f1ca513

Contents?: true

Size: 261 Bytes

Versions: 14

Compression:

Stored size: 261 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(:money, plugin: 'redmine_crm')
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
redmine_crm-0.0.61 lib/redmine_crm/hooks/views_layouts_hook.rb
redmine_crm-0.0.60 lib/redmine_crm/hooks/views_layouts_hook.rb
redmine_crm-0.0.59 lib/redmine_crm/hooks/views_layouts_hook.rb
redmine_crm-0.0.58 lib/redmine_crm/hooks/views_layouts_hook.rb
redmine_crm-0.0.57 lib/redmine_crm/hooks/views_layouts_hook.rb
redmine_crm-0.0.56 lib/redmine_crm/hooks/views_layouts_hook.rb
redmine_crm-0.0.55 lib/redmine_crm/hooks/views_layouts_hook.rb
redmine_crm-0.0.54 lib/redmine_crm/hooks/views_layouts_hook.rb
redmine_crm-0.0.53 lib/redmine_crm/hooks/views_layouts_hook.rb
redmine_crm-0.0.52 lib/redmine_crm/hooks/views_layouts_hook.rb
redmine_crm-0.0.51 lib/redmine_crm/hooks/views_layouts_hook.rb
redmine_crm-0.0.50 lib/redmine_crm/hooks/views_layouts_hook.rb
redmine_crm-0.0.49 lib/redmine_crm/hooks/views_layouts_hook.rb
redmine_crm-0.0.48 lib/redmine_crm/hooks/views_layouts_hook.rb