vgquotes/Src/VideoGameQuotes.Web/Views/Quote/NoQuotes.aspx
2011-02-14 19:14:13 +00:00

8 lines
507 B
Plaintext

<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/Site.Master" %>
<asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">No Quotes</asp:Content>
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
<p>
It appears you&rsquo;re trying to look at some video game quotes. Unfortunately, we don&rsquo;t have any.
You can fix that by <%= Html.ActionLink("adding some", "Submit", "Quote") %>.
</p>
</asp:Content>