mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Fixing the sitemap build links
I swear this worked when I launched the new site.
This commit is contained in:
parent
010cd84303
commit
b8c9707a75
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user