Changed list to manage blogs in the admin menu. Work Item: 17001

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-12-09 16:26:50 -08:00
parent c1c06d5991
commit cc7f77a757

View File

@@ -25,7 +25,7 @@ namespace Orchard.Blogs {
var singleBlog = blogCount == 1 ? blogs.ElementAt(0) : null;
if (blogCount > 0 && singleBlog == null) {
menu.Add(T("List"), "3",
menu.Add(T("Manage Blogs"), "3",
item => item.Action("List", "BlogAdmin", new {area = "Orchard.Blogs"}).Permission(Permissions.MetaListOwnBlogs));
}
else if (singleBlog != null)