##// END OF EJS Templates
Sligth changes on my page issue tables and wiki history, changesets tables....
Sligth changes on my page issue tables and wiki history, changesets tables. git-svn-id: http://redmine.rubyforge.org/svn/trunk@808 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r284:6a875eb69184
r797:57d3dd3b80ed
Show More
export_pdf.rfpdf
9 lines | 306 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 %>