From b71d8b362b129dfea8c8871a9b6ed72cab10e027 Mon Sep 17 00:00:00 2001 From: "soroush.asadi" Date: Wed, 10 Jun 2026 17:52:40 +0330 Subject: [PATCH] Recommendation card: lead with the role, not the facility name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same inversion as the shift card — the «پیشنهادهای ویژه شما» box headlined Facility.Name («مرکز درمانی (نامشخص)»). Role is now the headline; facility moves to the second line with 🏥 alongside the city. Co-Authored-By: Claude Opus 4.8 --- .../Pages/Shared/_RecommendationCard.cshtml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/JobsMedical.Web/Pages/Shared/_RecommendationCard.cshtml b/src/JobsMedical.Web/Pages/Shared/_RecommendationCard.cshtml index 640aa23..d070c61 100644 --- a/src/JobsMedical.Web/Pages/Shared/_RecommendationCard.cshtml +++ b/src/JobsMedical.Web/Pages/Shared/_RecommendationCard.cshtml @@ -11,18 +11,15 @@ }
- @s.Facility?.Name + @(s.Role?.Name ?? "شیفت") @typeLabel
- @if (s.Role is not null) - { - @s.Role.Name - } @if (s.GenderRequirement != Gender.Any) { @JalaliDate.GenderLabel(s.GenderRequirement) } + 🏥 @s.Facility?.Name 📍 @s.Facility?.City?.Name
📅 @JalaliDate.WeekDayName(s.Date)، @JalaliDate.ToLongDate(s.Date) — 🕐 @JalaliDate.Time(s.StartTime)