mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Adding a couple of widget wrappers including a manage version w/ edit link
--HG-- branch : dev
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@using Orchard.ContentManagement;
|
||||
<div class="widget widget-manage">
|
||||
<div class="actions">@Html.ItemEditLinkWithReturnUrl(T("Edit").Text, (ContentItem)Model.ContentItem)</div>
|
||||
@Display(Model.Main)
|
||||
</div>
|
@@ -0,0 +1 @@
|
||||
@Display(Model.Main)
|
Reference in New Issue
Block a user