From dd187a49b78da9e25df4e4c9a0decd6a4d201a56 Mon Sep 17 00:00:00 2001 From: Samarth Agarwal Date: Thu, 21 Mar 2019 21:04:25 -0400 Subject: Finished front-end side of this feature. --- web/views/map.pug | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'web/views/map.pug') 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 -- cgit v1.2.3 From 337d5e8d948797077b9683e8c5617af48473f3a5 Mon Sep 17 00:00:00 2001 From: Samarth-Agarwal1 Date: Tue, 26 Mar 2019 23:31:36 -0400 Subject: Revert "Feat/30" --- web/views/map.pug | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'web/views/map.pug') diff --git a/web/views/map.pug b/web/views/map.pug index af97f6c..484899c 100644 --- a/web/views/map.pug +++ b/web/views/map.pug @@ -14,10 +14,8 @@ block content span#report-other strong Distinctive Features span#report-distinctive - #btn-container - button.details-btn#pending-btn Pending - button.details-btn#completed-btn Completed - button.details-btn#close-btn Close + #close-btn-container + button#close-btn Close #map -- cgit v1.2.3 From bb1de8c4c229ef55f264fe060eacee320365b13f Mon Sep 17 00:00:00 2001 From: Samarth-Agarwal1 Date: Tue, 26 Mar 2019 23:48:49 -0400 Subject: Revert "Revert "Feat/30"" --- web/views/map.pug | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'web/views/map.pug') 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 -- cgit v1.2.3