From 45ed5c37a3ec4155616334b7e09a2c1679b3fb52 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 3 May 2022 15:25:08 -0400 Subject: working edit --- interface/views/citizens.ejs | 86 +++++++++--------------------------- interface/views/index.ejs | 1 - interface/views/partials/scripts.ejs | 7 +-- 3 files changed, 23 insertions(+), 71 deletions(-) (limited to 'interface/views') diff --git a/interface/views/citizens.ejs b/interface/views/citizens.ejs index d11b4f5..a1c6f5e 100644 --- a/interface/views/citizens.ejs +++ b/interface/views/citizens.ejs @@ -1,42 +1,5 @@ - - - - <%- include('partials/head') %> @@ -44,12 +7,12 @@ <%- include('partials/navbar') %> - +
@@ -135,17 +83,27 @@ - +
<%= citizens[i].dob %> <%= citizens[i].gender %> <%= citizens[i].marital_status %> <%= citizens[i].village_name %>
-
Edit
+
+ Edit +
@@ -156,5 +114,5 @@
<%- include('partials/scripts') %> - + diff --git a/interface/views/index.ejs b/interface/views/index.ejs index 99dc89b..ffd77e6 100644 --- a/interface/views/index.ejs +++ b/interface/views/index.ejs @@ -66,7 +66,6 @@ <%- include('partials/scripts') %> diff --git a/interface/views/partials/scripts.ejs b/interface/views/partials/scripts.ejs index 02a61ab..0055b8e 100644 --- a/interface/views/partials/scripts.ejs +++ b/interface/views/partials/scripts.ejs @@ -8,10 +8,5 @@ \ No newline at end of file -- cgit v1.2.3