From 0161e1c33161270244311b2f70fe7794dc2e4ce5 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 28 Dec 2020 05:18:45 +0100 Subject: [PATCH] fix goof, fix buttons being stretched --- Pages/Conference.cshtml | 2 +- Pages/Index.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pages/Conference.cshtml b/Pages/Conference.cshtml index 98bc7b0..e1b16ad 100644 --- a/Pages/Conference.cshtml +++ b/Pages/Conference.cshtml @@ -64,7 +64,7 @@ @(talk.Persons.Any() ? talk.Persons.Aggregate((s, s1) => $"{s}, {s1}") : "") @talk.OriginalLanguage -
+
diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index 73164bd..859037a 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -8,7 +8,7 @@

Welcome to c3stream!

Your bookmark link:
- https://@Request.Host.Value

+ https://@Request.Host.Value?bookmark=@Request.Cookies["bookmark"]

@foreach (var conf in c3stream.Conferences) { @conf.Acronym