This commit is contained in:
Paul Schneider 2017-04-01 02:35:24 +02:00
commit 0e2d044040
5 changed files with 84 additions and 9 deletions

View file

@ -1,7 +1,7 @@
@model IEnumerable<PerformerProfile>
@{
ViewData["Title"] = "Les profiles - " + (ViewBag.Activity?.Name ?? SR["Any"]);
ViewData["Title"] = (ViewBag.Activity?.Name ?? SR["Any"]) ;
}
<h1>@ViewData["Title"]</h1>
<em>@ViewBag.Activity.Description</em>