diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-15 21:22:56 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-15 21:22:56 +0000 |
| commit | bf2b97832c3746e3f7f18c6aec253c76124e5564 (patch) | |
| tree | 1bfad1307d1faaf5fc44aed204d14887688494b6 /web/views | |
| parent | 4b696da0334a92a00119ab4a5c0414a79f39da4f (diff) | |
added FE web updates for displaying new form report. minor ui enchancements
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..888efc0 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 Arrtibutes + span#report-other + strong Distinctive Features + span#report-distinctive #close-btn-container button#close-btn Close |
