vgquotes/Src/VideoGameQuotes.Web/Views/Shared/Unknown.aspx

13 lines
546 B
Plaintext
Raw Normal View History

<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<Portoa.Web.ErrorHandling.ErrorModel<VideoGameQuotes.Api.User>>" MasterPageFile="~/Views/Shared/Site.Master" %>
2011-02-11 05:21:31 +00:00
<asp:Content runat="server" ID="SubTitle" ContentPlaceHolderID="TitleContent">Unknown Error</asp:Content>
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
<h2>WTF&#x2048;</h2>
<p class="info">
WTF&#x2048; How did this even happen&#x2048;
</p>
<% Html.RenderPartial("ExceptionView", Model); %>
</asp:Content>