vgquotes/Src/VideoGameQuotes.Web/Views/Quote/DeleteSuccess.aspx

9 lines
416 B
Plaintext
Raw Normal View History

<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/Site.Master" %>
<asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">Quote Successfully Deleted</asp:Content>
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
<h2>Wild Success!</h2>
<p>
The quote and all its votes and flags were deleted.
</p>
</asp:Content>