Hooking up some links to make creating blog posts easier (temp UI).

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042149
This commit is contained in:
ErikPorter
2009-11-25 05:45:50 +00:00
parent b1e987e3c5
commit 1b3d6f7500
4 changed files with 13 additions and 4 deletions

View File

@@ -10,10 +10,10 @@ using Orchard.Localization;
using Orchard.Models;
using Orchard.Models.Driver;
using Orchard.Mvc.Results;
using Orchard.Security;
using Orchard.UI.Notify;
namespace Orchard.Blogs.Controllers {
[ValidateInput(false)]
public class BlogController : Controller, IUpdateModel {
private readonly IContentManager _contentManager;
private readonly INotifier _notifier;