git-svn-id: http://redmine.rubyforge.org/svn/trunk@67 e93f8b46-1217-0410-a6f0-8f06a7374b81
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
<% pdf=IfpdfHelper::IFPDF.new
|
|
pdf.AliasNbPages
|
|
pdf.footer_date = format_date(Date.today)
|
|
pdf.AddPage
|
|
|
|
render :partial => 'issues/pdf', :locals => { :pdf => pdf, :issue => @issue }
|
|
%>
|
|
|
|
<%= pdf.Output %> |