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" }) }