From eeae5b893dc8265049495941a61b4e2da82b2374 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 13 Jun 2016 14:30:49 +0200 Subject: [PATCH] corrige l'appercu performer --- Yavsc/Views/Shared/_PerformerPartial.cshtml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Yavsc/Views/Shared/_PerformerPartial.cshtml b/Yavsc/Views/Shared/_PerformerPartial.cshtml index 325c5910..ee6a8620 100644 --- a/Yavsc/Views/Shared/_PerformerPartial.cshtml +++ b/Yavsc/Views/Shared/_PerformerPartial.cshtml @@ -18,13 +18,12 @@ } @if (!string.IsNullOrEmpty( - Model.Performer?.DedicatedGoogleCalendar)) + Model.Performer.DedicatedGoogleCalendar)) {
  • @SR["Exposes his Google calendar!"]
  • } - @if (!string.IsNullOrEmpty( - Model.Performer?.GoogleRegId)) + @if (Model.Performer.Devices?.Count>0) {
  • @SR["Uses the mobile application, and receives push notifications"]