vgquotes/Src/VideoGameQuotes.Web/Views/Shared/NotFound.aspx
tmont ff3499b3b9 * edit/create/delete categories
* also made error views user-aware
2011-02-24 08:07:50 +00:00

13 lines
570 B
Plaintext

<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Portoa.Web.ErrorHandling.ErrorModel<VideoGameQuotes.Api.User>>" MasterPageFile="~/Views/Shared/Site.Master" %>
<asp:Content ContentPlaceHolderID="TitleContent" runat="server">404</asp:Content>
<asp:Content ContentPlaceHolderID="MainContent" runat="server">
<% Html.RenderPartial("NotFoundContent"); %>
<p class="info">
Hey. Nice typing, dude. Why don&rsquo;t you spit out your sandwich and try it again?
</p>
<% Html.RenderPartial("ExceptionView", Model); %>
</asp:Content>