updated styles, visit images have been added to sites

This commit is contained in:
2020-01-14 10:52:20 -05:00
parent 2a6780f665
commit 476bde82de
3 changed files with 24 additions and 5 deletions

View File

@ -16,8 +16,11 @@ block content
if visits
h2(class="visits")= "Visits"
each visit in visits
p #{visit.date}: #{visit.img} at the site: #{visit.site_id}
p #{visit.comment}
div(class="site-visit")
img(src=visit.img alt=site.site)
p #{visit.date}
p #{visit.comment}
else
h2(class="visits")= "This site has yet to be visited. Soon... "