export_pdf.rfpdf
9 lines
| 306 B
| text/plain
|
TextLexer
|
r284 | <% pdf=IfpdfHelper::IFPDF.new(current_language) | |
|
r223 | pdf.SetTitle("#{@project.name} - ##{@issue.tracker.name} #{@issue.id}") | |
|
r35 | pdf.AliasNbPages | |
|
r49 | pdf.footer_date = format_date(Date.today) | |
|
r35 | pdf.AddPage | |
render :partial => 'issues/pdf', :locals => { :pdf => pdf, :issue => @issue } | |||
%> | |||
<%= pdf.Output %> |