diff options
| author | Samarth-Agarwal1 <agarwalsamarth@hotmail.com> | 2019-03-26 21:13:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-26 21:13:18 +0000 |
| commit | dab5626549cffd2be33ab41928a14fa631fffd2b (patch) | |
| tree | 4f181114e3a1b9fcf6442b9a96424f31aabd437c /web/views | |
| parent | c0723a3b208c560e183aa78464699d6d8e4ce8ef (diff) | |
| parent | 933d8276bde1617e3d7cc4aec53c9ba7112ef11b (diff) | |
Merge pull request #45 from csc301-winter-2019/feat/30
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 |
