summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-05 21:07:05 -0400
committerMichael <[email protected]>2017-04-05 21:07:05 -0400
commita7a111e4eccdd01bfbd28a8aad079454d3369659 (patch)
treeb63a4a6a01106f5d24a8fc5d38f3b45c443d158c
parentb3033a56082cfb5b6a1c832df346dc24d4f10a3b (diff)
downloadproject-unite-a7a111e4eccdd01bfbd28a8aad079454d3369659.tar.gz
project-unite-a7a111e4eccdd01bfbd28a8aad079454d3369659.tar.bz2
project-unite-a7a111e4eccdd01bfbd28a8aad079454d3369659.zip
Moar bugs.
-rw-r--r--Project-Unite/Views/Download/Index.cshtml4
1 files 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 @@
</td>
<td>
<a href="@s.DownloadUrl" class="btn btn-default"><span class="glyphicon glyphicon-arrow-down"></span> Download</a>
- @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" })
</td>
</tr>
}
@@ -175,7 +175,7 @@
</td>
<td>
<a href="@s.DownloadUrl" class="btn btn-default"><span class="glyphicon glyphicon-arrow-down"></span> Download</a>
- @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" })
</td>
</tr>
}