Changing the Body aspect's manage link text back to what it should be, "Edit"...

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-03-03 13:19:09 -08:00
parent 8e4779977a
commit e9628c4c8f

View File

@@ -1,5 +1,5 @@
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<BodyDisplayViewModel>" %>
<%@ Import Namespace="Orchard.Core.Common.ViewModels"%>
<div class="manage">
<%=Html.ItemEditLink("Edits", Model.BodyAspect.ContentItem) %>
<%=Html.ItemEditLink("Edit", Model.BodyAspect.ContentItem) %>
</div>