Fixing Require() razor syntax

--HG--
branch : dev
This commit is contained in:
Dave Reed
2010-09-17 10:19:27 -07:00
parent 8a87b36945
commit 67427b20c2
17 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
@model Orchard.Themes.ViewModels.ThemesIndexViewModel
@Style.Require("ThemesAdmin");
@{ Style.Require("ThemesAdmin"); }
<h1>@Html.TitleForPage(T("Manage Themes").ToString())</h1>
@if (Model.CurrentTheme == null) {
<p>