!!! 5 %html %head %title Nursing Logs %meta{ charset: 'utf-8' } = wicked_pdf_stylesheet_link_tag 'pdf' %body %div.w-100.float-left %table.table %thead %tr.remove-top-border %th.caption.text-muted Date %th.caption.text-muted.text-right Time %th.caption.text-muted.text-right Author %th.caption.text-muted.text-right Student %th.caption.text-muted.text-right Complaint %th.caption.text-muted.text-right Treatment %tbody - logs.each do |log| %tr %td.caption= log.date %td.caption.text-right= log.time %td.caption.text-right= log.author_name %td.caption.text-right= log.student_name %td.caption.text-right= log.complaint_description %td.caption.text-right= log.treatment