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 { - + }