Getting the comment count on the content list view in the admin and blog posts to use more of the generic content templating

- + blog posts get translation functionality

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-15 16:06:40 -07:00
parent bab693c084
commit 4fb3c51dff
25 changed files with 72 additions and 133 deletions

View File

@@ -51,11 +51,11 @@ namespace Orchard.Blogs {
},
new RouteDescriptor {
Route = new Route(
"Admin/Blogs/{blogSlug}/Delete",
"Admin/Blogs/{blogSlug}/Remove",
new RouteValueDictionary {
{"area", "Orchard.Blogs"},
{"controller", "BlogAdmin"},
{"action", "Delete"}
{"action", "Remove"}
},
new RouteValueDictionary {
{"blogSlug", _blogSlugConstraint}