mirror of
https://github.com/redmine/redmine.git
synced 2026-02-05 14:20:22 +01:00
Removed useless local variable.
git-svn-id: http://svn.redmine.org/redmine/trunk@13658 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -372,7 +372,7 @@ module Redmine
|
||||
end
|
||||
|
||||
def subject_for_issue(issue, options)
|
||||
output = case options[:format]
|
||||
case options[:format]
|
||||
when :html
|
||||
css_classes = ''
|
||||
css_classes << ' issue-overdue' if issue.overdue?
|
||||
@@ -403,7 +403,6 @@ module Redmine
|
||||
pdf_new_page?(options)
|
||||
pdf_subject(options, issue.subject)
|
||||
end
|
||||
output
|
||||
end
|
||||
|
||||
def line_for_issue(issue, options)
|
||||
|
||||
Reference in New Issue
Block a user