added comment column for visits

This commit is contained in:
2020-01-13 13:21:16 -05:00
parent 4c28ef12b5
commit b14105ec28
3 changed files with 7 additions and 5 deletions

View File

@ -17,6 +17,7 @@ block content
h2(class="visits")= "Visits"
each visit in visits
p #{visit.date}: #{visit.img} at the site: #{visit.site_id}
p #{visit.comment}
else
h2(class="visits")= "This site has yet to be visited. Soon... "