mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Changing the Body aspect's manage link text back to what it should be, "Edit"...
--HG-- branch : dev
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<BodyDisplayViewModel>" %>
|
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<BodyDisplayViewModel>" %>
|
||||||
<%@ Import Namespace="Orchard.Core.Common.ViewModels"%>
|
<%@ Import Namespace="Orchard.Core.Common.ViewModels"%>
|
||||||
<div class="manage">
|
<div class="manage">
|
||||||
<%=Html.ItemEditLink("Edits", Model.BodyAspect.ContentItem) %>
|
<%=Html.ItemEditLink("Edit", Model.BodyAspect.ContentItem) %>
|
||||||
</div>
|
</div>
|
Reference in New Issue
Block a user