Wrapping up the current state of slug generation for Pages

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045559
This commit is contained in:
skewed
2010-01-17 09:14:45 +00:00
parent 5cb2e0a7c8
commit 1a5996274d
10 changed files with 35 additions and 43 deletions

View File

@@ -23,7 +23,7 @@ namespace Orchard.Core.Settings.Controllers {
public Localizer T { get; set; }
public ActionResult Index(string tabName) {
var model = new Orchard.Core.Settings.ViewModels.SettingsIndexViewModel {
var model = new SettingsIndexViewModel {
Site = _siteService.GetSiteSettings().As<SiteSettings>()
};
model.ViewModel = _modelManager.BuildEditorModel(model.Site);