##// END OF EJS Templates
Fix IE6 display bug on the issue list....
Fix IE6 display bug on the issue list. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1285 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r799:fa094a3fe5f8
r1270:180fe8f6a47e
Show More
show.rfpdf
10 lines | 308 B | text/plain | TextLexer
<% pdf=IfpdfHelper::IFPDF.new(current_language)
pdf.SetTitle("#{@project.name} - ##{@issue.tracker.name} #{@issue.id}")
pdf.AliasNbPages
pdf.footer_date = format_date(Date.today)
pdf.AddPage
render :partial => 'issues/pdf', :locals => { :pdf => pdf, :issue => @issue }
%>
<%= pdf.Output %>