mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00

- Fixed a bug where the template name for model editor template on update wasn't set correctly --HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044291
7 lines
315 B
Plaintext
7 lines
315 B
Plaintext
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<IContent>" %>
|
|
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
|
<%@ Import Namespace="Orchard.Sandbox.Models" %>
|
|
<%@ Import Namespace="Orchard.Models.ViewModels" %>
|
|
<%@ Import Namespace="Orchard.Models" %>
|
|
<h1><%=Html.ItemDisplayLink(Model) %></h1>
|