Sha256: 045d3a383df05e1945b32e3d07553063c693162d82ddc68689c75b247d24532b
Contents?: true
Size: 534 Bytes
Versions: 114
Compression:
Stored size: 534 Bytes
Contents
/ For each recipient, render the out the address cover sheet for them followed by / an instance of the letter. Don't output a page break at the end of the last page. - recipients.each_with_index do |recipient, idx| = render "renalware/letters/printable_letters/recipient_address_cover_sheet", recipient: recipient = raw(letter.content) / if letter.page_count is e.g. 1 then output another page to prevent the following page / being printed on back of the letter - if letter.page_count % 2 == 1 .alwaysbreak |
Version data entries
114 entries across 114 versions & 1 rubygems