diff options
| author | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-03-21 17:28:06 +0000 |
|---|---|---|
| committer | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-03-21 17:28:06 +0000 |
| commit | 8937c8e7a5dea05310afd09104056eb2b886e62b (patch) | |
| tree | 6e545a0562aaf1199bf87906b1e09abf8c012471 /web/views | |
| parent | 091364a736c41812347f527930228d51a15a8df7 (diff) | |
| parent | 7c98e3c782f3d8da4cc289dce9ecb0a6cfd9b26d (diff) | |
Finished merge.
Diffstat (limited to 'web/views')
| -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 |
