h2
| Hello #{@uploded_by}
p
| Admin has accepted your syllabus for the course '#{@course}' and you have been credited with $1 for this upload
- @syllabus.attachments.each_with_index do |a, index|
br
| Syllabus#{index+1}:
= link_to a.attachment_file_name, download_attachment_url(a.id, :original, a.attachment_file_name), target: :_blank
p
| On date #{@date}
.lbreak
p
| "- The #{Configurations::General.application_name} Team"