adjust tab title
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@model NetrunnerChallenge.Models.ChallengeResultViewModel
|
||||
|
||||
@{
|
||||
ViewBag.Title = "title";
|
||||
ViewBag.Title = "Challenge Result!";
|
||||
}
|
||||
|
||||
<h2 class="text-center">@Model.Challenge.Faction.FactionName</h2>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@model IEnumerable<string>
|
||||
|
||||
@{
|
||||
ViewBag.Title = "Home Page";
|
||||
ViewBag.Title = "Netrunner Challenge!";
|
||||
}
|
||||
|
||||
@using (Html.BeginForm("Generate", "Home", FormMethod.Post))
|
||||
|
||||
Reference in New Issue
Block a user