Module: NeopolyStyle

Defined in:
lib/redmine-neopoly_style.rb,
lib/neopoly_style/hooks.rb,
lib/neopoly_style/infos.rb,
lib/neopoly_style/engine.rb,
lib/neopoly_style/patches.rb,
lib/neopoly_style/version.rb,
lib/neopoly_style/redmine_plugin.rb,
lib/neopoly_style/patches/application_helper_patch.rb

Overview

Redmine plugin for custom style overrides

Defined Under Namespace

Modules: Infos, Patches Classes: Engine, Hooks, RedminePlugin

Constant Summary collapse

VERSION =
"0.3.6"
FAVICON_BASE =
"/plugin_assets/neopoly_style/images/favicons"

Class Method Summary collapse

Class Method Details

.favicon(name = "favicon.ico") ⇒ Object



9
10
11
# File 'lib/redmine-neopoly_style.rb', line 9

def favicon(name = "favicon.ico")
  "#{FAVICON_BASE}/#{name}"
end