Merge pull request #1 from shubhankardesh/shubhankardesh-patch-1
Update index.pdf.prawn
This commit is contained in:
commit
5b0adf5c09
1 changed files with 0 additions and 5 deletions
|
|
@ -3,7 +3,6 @@ prawn_document(:force_download=>true, :filename => @pdf_filename) do |pdf|
|
||||||
header_array = [" ",
|
header_array = [" ",
|
||||||
"Name",
|
"Name",
|
||||||
"Email",
|
"Email",
|
||||||
"Attending Social Events",
|
|
||||||
"Attending With Partner",
|
"Attending With Partner",
|
||||||
"Arrival Date",
|
"Arrival Date",
|
||||||
"Departure Date"]
|
"Departure Date"]
|
||||||
|
|
@ -13,10 +12,6 @@ prawn_document(:force_download=>true, :filename => @pdf_filename) do |pdf|
|
||||||
row << ""
|
row << ""
|
||||||
row << registration.name
|
row << registration.name
|
||||||
row << registration.email
|
row << registration.email
|
||||||
if registration.attending_social_events
|
|
||||||
row << "X"
|
|
||||||
else
|
|
||||||
row << " "
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if registration.attending_with_partner.to_s
|
if registration.attending_with_partner.to_s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue