From 6ea5e499aeb2a6049be45bdf3b75e92873bf86fd Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 24 Mar 2017 23:33:03 +0100 Subject: [PATCH] HB confirmation --- .../HairCutCommand/CommandConfirmation.cshtml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Yavsc/Views/HairCutCommand/CommandConfirmation.cshtml diff --git a/Yavsc/Views/HairCutCommand/CommandConfirmation.cshtml b/Yavsc/Views/HairCutCommand/CommandConfirmation.cshtml new file mode 100644 index 00000000..5a4cb368 --- /dev/null +++ b/Yavsc/Views/HairCutCommand/CommandConfirmation.cshtml @@ -0,0 +1,32 @@ +@model HairCutQuery +@{ + ViewData["Title"] = SR["Command confirmation"]+" "+ViewBag.Activity.Name; +} +

@ViewData["Title"]

+
+

@SR["Your book query"]

+
+ : @Html.DisplayFor(m => m.EventDate) +
+ + : @Html.DisplayFor(m => m.Location) +
+ + @if (ViewBag.GooglePayload !=null) + { + @if (ViewBag.GooglePayload.success>0) { +

@SR["GCM Notifications sent"]

+ } + else { + if (ViewBag.GooglePayload.failure>0) + { +

@SR["GCM Notification sending failed"]

+ } + else { + + } + } + } +
+ +