mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
add empty line after guard clause to ProjectsHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@20251 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2da1ecb1d8
commit
76b989f58e
@ -166,6 +166,7 @@ module ProjectsHelper
|
|||||||
|
|
||||||
def bookmark_link(project, user = User.current)
|
def bookmark_link(project, user = User.current)
|
||||||
return '' unless user && user.logged?
|
return '' unless user && user.logged?
|
||||||
|
|
||||||
@jump_box ||= Redmine::ProjectJumpBox.new user
|
@jump_box ||= Redmine::ProjectJumpBox.new user
|
||||||
bookmarked = @jump_box.bookmark?(project)
|
bookmarked = @jump_box.bookmark?(project)
|
||||||
css = +"icon bookmark "
|
css = +"icon bookmark "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user