From 88dd84c56e56c223215ce6311972a8372d884b17 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 8 Apr 2017 00:34:21 +0200 Subject: [PATCH] show hidden with grey background --- Yavsc/Views/Activity/Index.cshtml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Yavsc/Views/Activity/Index.cshtml b/Yavsc/Views/Activity/Index.cshtml index 10a25aa6..142a576d 100644 --- a/Yavsc/Views/Activity/Index.cshtml +++ b/Yavsc/Views/Activity/Index.cshtml @@ -3,7 +3,13 @@ @{ ViewData["Title"] = "Index"; } - +@section scripts { + +}

Index

@@ -39,7 +45,7 @@ @foreach (var item in Model) { - + @Html.DisplayFor(modelItem => item.Name)