##// END OF EJS Templates
Load Engines plugin if available (closes #180)....
Load Engines plugin if available (closes #180). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1281 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r799:fa094a3fe5f8
r1266:09bf503fd2d4
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 %>