adjust tab title

This commit is contained in:
Tommy Parnell
2015-05-23 16:24:57 -04:00
parent a0c03ca0e8
commit 4a650f7d45
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
@model NetrunnerChallenge.Models.ChallengeResultViewModel
@{
ViewBag.Title = "title";
ViewBag.Title = "Challenge Result!";
}
<h2 class="text-center">@Model.Challenge.Faction.FactionName</h2>

View File

@@ -1,7 +1,7 @@
@model IEnumerable<string>
@{
ViewBag.Title = "Home Page";
ViewBag.Title = "Netrunner Challenge!";
}
@using (Html.BeginForm("Generate", "Home", FormMethod.Post))