diff options
| author | Samarth-Agarwal1 <agarwalsamarth@hotmail.com> | 2019-03-27 03:50:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-27 03:50:29 +0000 |
| commit | 6c4f6a74725fc94ed291ba86b1f5f7df88afff0d (patch) | |
| tree | 5616e56bf6171905e9f3c3c48b072bf7871e333f /web/views | |
| parent | fc62e88171e4d2bcf4128550bd278ece6227891e (diff) | |
| parent | bb1de8c4c229ef55f264fe060eacee320365b13f (diff) | |
Merge pull request #50 from csc301-winter-2019/revert-49-revert-45-feat/30
Revert "Revert "Feat/30""
Diffstat (limited to 'web/views')
| -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 |
