diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-03-08 21:50:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-08 21:50:43 +0000 |
| commit | a51529eccd60120c34aafe9da9aea0d48750a325 (patch) | |
| tree | a553e2619100942911e8a1235a63086cc25c091d /web/views/map.pug | |
| parent | b254c15754fbcf00457167e6c51dc0e3bfcc083f (diff) | |
| parent | 032fc2bea5f5c00d4147e4077107f52888b302c4 (diff) | |
Merge pull request #31 from csc301-winter-2019/qa
Qa
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'). |
