Update index.pdf.prawn
Removed attending_social_events attribute from the prawn file. The same question "Are you attending social events?" could possibly now be asked as a custom question.
This commit is contained in:
parent
01f96e27e0
commit
e72af56649
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 = [" ",
|
||||
"Name",
|
||||
"Email",
|
||||
"Attending Social Events",
|
||||
"Attending With Partner",
|
||||
"Arrival Date",
|
||||
"Departure Date"]
|
||||
|
|
@ -13,10 +12,6 @@ prawn_document(:force_download=>true, :filename => @pdf_filename) do |pdf|
|
|||
row << ""
|
||||
row << registration.name
|
||||
row << registration.email
|
||||
if registration.attending_social_events
|
||||
row << "X"
|
||||
else
|
||||
row << " "
|
||||
end
|
||||
|
||||
if registration.attending_with_partner.to_s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue