Fixing the sitemap build links

I swear this worked when I launched the new site.
This commit is contained in:
Thomas Hounsell 2015-06-15 11:38:47 +01:00
parent 010cd84303
commit b8c9707a75

View File

@ -19,7 +19,7 @@
<ul>
@foreach (var build in buildGroup.Builds)
{
<li>@Html.ActionLink(build.Name, "viewGroup", new { controller = "front", id = build.Id })</li>
<li>@Html.ActionLink(build.Name, "viewBuild", new { controller = "front", id = build.Id })</li>
}
</ul>
</li>