Fixing search missing stylesheet.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-10-14 16:51:24 -07:00
parent 8d26796000
commit bc10445c0b
3 changed files with 1 additions and 15 deletions

View File

@@ -1,5 +1,4 @@
@model Orchard.Indexing.ViewModels.IndexViewModel
@{ Style.Require("IndexingAdmin"); }
<h1>@Html.TitleForPage(T("Search Index Management").ToString())</h1>
@using (Html.BeginForm("update", "admin", FormMethod.Post, new {area = "Orchard.Indexing"})) {