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)