Updating NuGet. Fixing small redirect issue on gallery themes.

--HG--
branch : 1.x
extra : transplant_source : %7B%16%FFe%2B%98%84P%AAe%CB%7E%F7%94%1BH%F8%B9%193
This commit is contained in:
Andre Rodrigues
2010-12-16 12:10:19 -08:00
parent af3d0b8494
commit c63a795816
3 changed files with 9 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
</div>
<div class="related">
@Html.ActionLink(T("Install").ToString(), "Install", new RouteValueDictionary {{"packageId", item.PackageId}, {"version", item.Version}, {"sourceId", item.Source.Id}, {"cameFrom", "Modules"}})@T(" | ")
@Html.ActionLink(T("Install").ToString(), "Install", new RouteValueDictionary {{"packageId", item.PackageId}, {"version", item.Version}, {"sourceId", item.Source.Id}, {"cameFrom", "Themes"}})@T(" | ")
<a href="@item.PackageStreamUri">@T("Download")</a>
</div>