From c45f75306a6ace2da0803b1cf80c4b2f7c5a5fe0 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 28 Dec 2020 05:10:55 +0100 Subject: [PATCH] small fixes, should be done now --- Pages/Conference.cshtml | 4 ++-- Pages/Index.cshtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pages/Conference.cshtml b/Pages/Conference.cshtml index 31fa9cc..b08792c 100644 --- a/Pages/Conference.cshtml +++ b/Pages/Conference.cshtml @@ -24,7 +24,7 @@ Event - @Html.Raw(Request.Query["orderby"] == "published" ? $"Published" : $"Date") + @Html.Raw(Request.Query["orderby"] == "published" ? $"Published" : $"Date") Category Title Speaker(s) @@ -78,7 +78,7 @@ } - + @if (isWatched) { diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index b8ef1d2..73164bd 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -8,10 +8,10 @@

Welcome to c3stream!

Your bookmark link:
- https://@Request.Host.Value?bookmark=@Request.Cookies["bookmark"]

+ https://@Request.Host.Value

@foreach (var conf in c3stream.Conferences) { - @conf.Acronym + @conf.Acronym }
\ No newline at end of file