!!! 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 Time
%th.caption.text-muted Author
%th.caption.text-muted Complaint
%th.caption.text-muted Description
%th.caption.text-muted Treatment
%tbody
- logs.each do |log|
%tr
%td.caption= log.date
%td.caption= log.time
%td.caption= log.author_name
%td.caption= log.complaint&.name
%td.caption= log.description
%td.caption= log.treatment