Dashboard broken gallery link fixed

This commit is contained in:
abhishekluv
2014-12-12 15:23:36 +05:30
parent 61bfb14bb3
commit 8f221df8e6

View File

@@ -11,7 +11,7 @@
</div>
<div class="help-item">
<h2 class="gallery">@T("Get more goodies")</h2>
<p>@T("Change the way your site works and looks with <a href=\"{0}\">themes</a> and <a href=\"{1}\">modules</a>. Theres plenty to choose from in the <a href=\"http://orchardproject.net/gallery\">Orchard Gallery</a>. Were always adding things, so be sure to check back often to see whats new.",
<p>@T("Change the way your site works and looks with <a href=\"{0}\">themes</a> and <a href=\"{1}\">modules</a>. Theres plenty to choose from in the <a href=\"http://gallery.orchardproject.net/\">Orchard Gallery</a>. Were always adding things, so be sure to check back often to see whats new.",
Url.Action("Themes", "Gallery", new { area = "Orchard.Packaging" }),
Url.Action("Modules", "Gallery", new { area = "Orchard.Packaging" }))
</p>