diff options
| author | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-03-22 01:04:25 +0000 |
|---|---|---|
| committer | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-03-22 01:04:25 +0000 |
| commit | dd187a49b78da9e25df4e4c9a0decd6a4d201a56 (patch) | |
| tree | e42dca326496582e2f73ebd0f101103f84d528a6 /web/views/map.pug | |
| parent | 8937c8e7a5dea05310afd09104056eb2b886e62b (diff) | |
Finished front-end side of this feature.
Diffstat (limited to 'web/views/map.pug')
| -rw-r--r-- | web/views/map.pug | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/views/map.pug b/web/views/map.pug index 484899c..af97f6c 100644 --- a/web/views/map.pug +++ b/web/views/map.pug @@ -14,8 +14,10 @@ block content span#report-other strong Distinctive Features span#report-distinctive - #close-btn-container - button#close-btn Close + #btn-container + button.details-btn#pending-btn Pending + button.details-btn#completed-btn Completed + button.details-btn#close-btn Close #map |
