##// END OF EJS Templates
fixed french issue_edit mail template...
fixed french issue_edit mail template git-svn-id: http://redmine.rubyforge.org/svn/trunk@203 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r200:18fd46ab6b9b
Show More
export_pdf.rfpdf
8 lines | 214 B | text/plain | TextLexer
<% 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 %>