Skip to content

Commit

Permalink
edited doctor page
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchal-coder committed Sep 30, 2024
1 parent 49c01c2 commit 13c15c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/views/doctor/patients/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
<span class="text-xs text-gray-500">View details of registered patients</span>
</div>
<p style="color: green"><%= notice %></p>
<div class="flex items-center justify-between">
<div class="ml-10 space-x-8 lg:ml-40">
<%= 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" %>
</div>
</div>
</div>
<div class=" rounded-lg border">
<div class="overflow-x-auto flex-shrink-0">
Expand Down

0 comments on commit 13c15c7

Please sign in to comment.