mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 20:13:52 +08:00
Merge
--HG-- branch : 1.x
This commit is contained in:
@@ -121,7 +121,6 @@
|
||||
<Content Include="Views\Widget.Edit.cshtml" />
|
||||
<Content Include="Views\Widget.cshtml" />
|
||||
<Content Include="Views\Widget.ControlWrapper.cshtml" />
|
||||
<Content Include="Views\Content-WidgetPage.cshtml" />
|
||||
<Content Include="Views\Widget.Wrapper.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
@{
|
||||
Layout.Title = Model.Title;
|
||||
}
|
||||
@if(Model.Content != null) {
|
||||
<article>
|
||||
@if(Model.Header != null) {
|
||||
<header>
|
||||
@Display(Model.Header)
|
||||
</header>
|
||||
}
|
||||
@Display(Model.Content)
|
||||
</article>
|
||||
}
|
||||
Reference in New Issue
Block a user