From 13c15c70980ee1eac67d8cc874fba9983b5a58b3 Mon Sep 17 00:00:00 2001 From: sanchalghosh Date: Mon, 30 Sep 2024 17:08:07 +0530 Subject: [PATCH] edited doctor page --- app/views/doctor/patients/index.html.erb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/views/doctor/patients/index.html.erb b/app/views/doctor/patients/index.html.erb index bc455e0..4fbedde 100644 --- a/app/views/doctor/patients/index.html.erb +++ b/app/views/doctor/patients/index.html.erb @@ -6,11 +6,6 @@ View details of registered patients

<%= notice %>

-
-
- <%= link_to "New Patient", new_patient_path, class: "flex items-center gap-2 rounded-md bg-blue-600 px-4 py-2 text-sm font-semibold text-white focus:outline-none focus:ring hover:bg-blue-700" %> -
-