Files
Orchard/src/Orchard.Web/Packages/Orchard.DevTools/Views/Home/Index.aspx
loudej 8d99ca8bee Partially complete refactoring. Adding transactions. Adjusting template locations. CURRENTLY BROKEN
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044385
2009-12-21 01:30:24 +00:00

6 lines
233 B
Plaintext

<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<BaseViewModel>" %>
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
<%@ Import Namespace="Orchard.Mvc.Html"%>
<p><%=Html.ActionLink("Contents", "Index", "Content") %></p>