mirror of
https://github.com/redmine/redmine.git
synced 2026-07-13 14:22:21 +02: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:
@@ -166,6 +166,7 @@ module ProjectsHelper
|
||||
|
||||
def bookmark_link(project, user = User.current)
|
||||
return '' unless user && user.logged?
|
||||
|
||||
@jump_box ||= Redmine::ProjectJumpBox.new user
|
||||
bookmarked = @jump_box.bookmark?(project)
|
||||
css = +"icon bookmark "
|
||||
|
||||
Reference in New Issue
Block a user