show.rfpdf
10 lines
| 308 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 } | ||||
%> | ||||
|
r799 | <%= pdf.Output %> | ||