diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-03-20 21:39:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-20 21:39:50 +0000 |
| commit | 7c98e3c782f3d8da4cc289dce9ecb0a6cfd9b26d (patch) | |
| tree | 60c31b4ce78beee9ab7c2ee9142e9718308c3cfa /web/views/map.pug | |
| parent | 672e6f2a3bb27b6e3f3d4cff3425cfc653e07be6 (diff) | |
| parent | 7cbb77be44854015b943d5a2147fe188bd0132f1 (diff) | |
Merge pull request #42 from csc301-winter-2019/feat/32
Feat/32
Diffstat (limited to 'web/views/map.pug')
| -rw-r--r-- | web/views/map.pug | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/web/views/map.pug b/web/views/map.pug index f5837b6..484899c 100644 --- a/web/views/map.pug +++ b/web/views/map.pug @@ -2,15 +2,18 @@ extends layout.pug block content #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: + #report-container + #report + strong Gender + span#report-gender + strong Age Range + span#report-age-range + strong Race + span#report-race + strong Other Attributes + span#report-other + strong Distinctive Features + span#report-distinctive #close-btn-container button#close-btn Close |
