From a7a111e4eccdd01bfbd28a8aad079454d3369659 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 5 Apr 2017 21:07:05 -0400 Subject: [PATCH] Moar bugs. --- Project-Unite/Views/Download/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project-Unite/Views/Download/Index.cshtml b/Project-Unite/Views/Download/Index.cshtml index 68da565..b07ae05 100644 --- a/Project-Unite/Views/Download/Index.cshtml +++ b/Project-Unite/Views/Download/Index.cshtml @@ -129,7 +129,7 @@ Download - @Html.ActionLink("View details", "ViewDownload", "Download", new { id = s.Name }, new { @class = "btn btn-default" }) + @Html.ActionLink("View details", "ViewRelease", "Download", new { id = s.Id }, new { @class = "btn btn-default" }) } @@ -175,7 +175,7 @@ Download - @Html.ActionLink("View details", "ViewDownload", "Download", new { id = s.Name }, new { @class = "btn btn-default" }) + @Html.ActionLink("View details", "ViewRelease", "Download", new { id = s.Id }, new { @class = "btn btn-default" }) }