From 77ffe1f1b7760c444afc3e031ea9f50086723a7c Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 6 Jan 2020 13:33:37 +0100 Subject: [PATCH] update info page --- .idea/.idea.c3stream/.idea/contentModel.xml | 2 -- Pages/Conference.cshtml | 8 ++++---- Pages/Info.cshtml | 10 +++++----- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.idea/.idea.c3stream/.idea/contentModel.xml b/.idea/.idea.c3stream/.idea/contentModel.xml index c9d3755..80798a6 100644 --- a/.idea/.idea.c3stream/.idea/contentModel.xml +++ b/.idea/.idea.c3stream/.idea/contentModel.xml @@ -3,8 +3,6 @@ - - diff --git a/Pages/Conference.cshtml b/Pages/Conference.cshtml index e4b24e2..48782c5 100644 --- a/Pages/Conference.cshtml +++ b/Pages/Conference.cshtml @@ -65,20 +65,20 @@ @talk.OriginalLanguage
- + @if (System.IO.File.Exists(System.IO.Path.Combine(c3stream.CachePath, conference.Acronym, file))) { - + } else { - + } - + @if (isWatched) { diff --git a/Pages/Info.cshtml b/Pages/Info.cshtml index 88203e4..084a762 100644 --- a/Pages/Info.cshtml +++ b/Pages/Info.cshtml @@ -49,10 +49,10 @@ } @if (System.IO.File.Exists(logoPath)) { - Conference logo + Conference logo } else { - Conference logo + Conference logo } @if (isWatched) { @@ -67,16 +67,16 @@ else {
@eventName - @category - @talk.Date?.Date.ToShortDateString()
- + @if (System.IO.File.Exists(System.IO.Path.Combine(c3stream.CachePath, conference.Acronym, file))) { - + } else { - + }