From 76a3838f436488fa1dccf45d0eb569ac3e2a367e Mon Sep 17 00:00:00 2001 From: Dave Reed Date: Wed, 6 Oct 2010 11:06:18 -0700 Subject: [PATCH] Gallery: 'Refresh' from Module list should redirect back to module list --HG-- branch : dev --- .../Modules/Orchard.Packaging/Views/Gallery/Modules.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Packaging/Views/Gallery/Modules.cshtml b/src/Orchard.Web/Modules/Orchard.Packaging/Views/Gallery/Modules.cshtml index 463974bb6..cc1fc43c5 100644 --- a/src/Orchard.Web/Modules/Orchard.Packaging/Views/Gallery/Modules.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Packaging/Views/Gallery/Modules.cshtml @@ -3,7 +3,7 @@

@Html.TitleForPage(T("Browse Gallery - Modules").ToString())

-
@Html.ActionLink(T("Refresh").ToString(), "Update", new { cameFrom = "Themes" }, new { @class = "button primaryAction" })
+
@Html.ActionLink(T("Refresh").ToString(), "Update", new { cameFrom = "Modules" }, new { @class = "button primaryAction" })
@using ( Html.BeginFormAntiForgeryPost(Url.Action("Modules", "Gallery")) ) {