Skip to content

Commit 72cf5ea

Browse files
committed
v0.2.1 for redmine 3 // fixes #7
1 parent 865d96d commit 72cf5ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name 'Redmine Lightbox 2'
88
author 'Tobias Fischer'
99
description 'This plugin lets you preview image, pdf and swf attachments in a lightbox.'
10-
version '0.2.0'
10+
version '0.2.1'
1111
url 'https://github.com/paginagmbh/redmine_lightbox2'
1212
requires_redmine :version_or_higher => '3.0.0'
1313
end

lib/hooks/view_layouts_base_html_head_hook.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def view_layouts_base_html_head(context={})
77
context[:controller].is_a?(WikiController) ||
88
context[:controller].is_a?(DocumentsController) ||
99
context[:controller].is_a?(FilesController) ||
10-
context[:controller].is_a?(BoardsController) ||
10+
context[:controller].is_a?(MessagesController) ||
1111
context[:controller].is_a?(NewsController))
1212
return stylesheet_link_tag("jquery.fancybox-2.1.5.css", :plugin => "redmine_lightbox2", :media => "screen") +
1313
stylesheet_link_tag("lightbox.css", :plugin => "redmine_lightbox2", :media => "screen") +

0 commit comments

Comments
 (0)