From 9aceeb4a41bcdd098dcbd5435e55d4e6f60867cf Mon Sep 17 00:00:00 2001 From: Philipp Meier Date: Fri, 17 Feb 2023 21:52:42 +0100 Subject: [PATCH] feat: Minor style improvements. --- Pages/Admin/Index.cshtml | 4 ++-- Pages/Polls/Index.cshtml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Pages/Admin/Index.cshtml b/Pages/Admin/Index.cshtml index 142cd7a..2f8c96b 100644 --- a/Pages/Admin/Index.cshtml +++ b/Pages/Admin/Index.cshtml @@ -33,8 +33,8 @@ @pollGuid @Html.DisplayFor(modelItem => item.CloseDate) - Open - Participate + Open + Participate } diff --git a/Pages/Polls/Index.cshtml b/Pages/Polls/Index.cshtml index b54a675..611a7b8 100644 --- a/Pages/Polls/Index.cshtml +++ b/Pages/Polls/Index.cshtml @@ -33,7 +33,10 @@
Actions
- Participate + @{ + var pollGuid = Model.Poll.PollGuid.ToString("N"); + Participate + }
}