diff options
| author | Samarth-Agarwal1 <agarwalsamarth@hotmail.com> | 2019-03-08 21:19:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-08 21:19:17 +0000 |
| commit | 032fc2bea5f5c00d4147e4077107f52888b302c4 (patch) | |
| tree | d9ac33b9bfe1827f6af18427d47e4b2f8b005a8b /web/views/map.pug | |
| parent | e8c968d4cc316b350d0402b77f45d71b107440b5 (diff) | |
| parent | ca73a14e80887b5e5763ba17c337a54fbe733454 (diff) | |
Merge pull request #30 from csc301-winter-2019/qa-temp-merging-feat22
Qa temp merging feat22
Diffstat (limited to 'web/views/map.pug')
| -rw-r--r-- | web/views/map.pug | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/web/views/map.pug b/web/views/map.pug index 725c8a8..f5837b6 100644 --- a/web/views/map.pug +++ b/web/views/map.pug @@ -1,7 +1,19 @@ extends layout.pug block content #sidebar - h1 This is a sidebar + h1#details-header Details + #point-container + #point + strong Age range: + br.point-break + strong Clothing description: + br.point-break + strong Injury status: + br.point-break + strong Reason for help: + #close-btn-container + button#close-btn Close + #map script(type='text/javascript'). |
