diff options
| author | Samarth-Agarwal1 <agarwalsamarth@hotmail.com> | 2019-03-27 03:56:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-27 03:56:36 +0000 |
| commit | 2396a1648de43018749f5a908d6db5a2f0fea7b1 (patch) | |
| tree | 62d96a33195090f33629747fa856d89ec9282889 /web/views/map.pug | |
| parent | 7c98e3c782f3d8da4cc289dce9ecb0a6cfd9b26d (diff) | |
| parent | 8c81bbac1024e6f8c0b378e80da6bb774c56f92a (diff) | |
Merge pull request #51 from csc301-winter-2019/feat/30
Feat/30
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 |
