##// END OF EJS Templates
fixed #8915: crash when adding a user with a wrong length password...
fixed #8915: crash when adding a user with a wrong length password git-svn-id: http://redmine.rubyforge.org/svn/trunk@277 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

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