1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-13 12:43:08 +00:00
redmine/scm/app/views/issues/export_pdf.rfpdf
Jean-Philippe Lang fa820c0224 SCM branch
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@101 e93f8b46-1217-0410-a6f0-8f06a7374b81
2006-12-18 17:24:21 +00:00

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 %>