From c4032199c2e59368bee1a2e7cdb6fdc4de092862 Mon Sep 17 00:00:00 2001 From: Nidhi Sarvaiya Date: Tue, 15 Oct 2024 12:38:53 -0400 Subject: [PATCH] Margin to left of icons to look better --- app/views/organizations/staff/dashboard/index.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/organizations/staff/dashboard/index.html.erb b/app/views/organizations/staff/dashboard/index.html.erb index 4dd709c20..9fb6b4a18 100644 --- a/app/views/organizations/staff/dashboard/index.html.erb +++ b/app/views/organizations/staff/dashboard/index.html.erb @@ -11,7 +11,7 @@

Tasks

-
+
<%= link_to pets_with_incomplete_tasks_staff_dashboard_index_path, data: { turbo_frame: "tasks-frame" }, class: "text-decoration-none text-gray-500 fw-semibold" do %> @@ -37,7 +37,7 @@

Applications

-
+
<%= link_to staff_adoption_application_reviews_path(q: { adopter_applications_status_eq: "awaiting_review" }), class: "text-decoration-none text-gray-500 fw-semibold" do %> @@ -63,7 +63,7 @@

Fosters

-
+
<%= link_to staff_manage_fosters_path(q: { status_eq: "current" }), class: "text-decoration-none text-gray-500 fw-semibold" do %> @@ -89,7 +89,7 @@

Rescues

-
+
TBD