2011-02-14 11:01:31 +00:00
|
|
|
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<VideoGameQuotes.Web.Models.QuoteModel>" MasterPageFile="~/Views/Shared/Site.Master" %>
|
2011-02-21 23:59:06 +00:00
|
|
|
<%@ Import Namespace="VideoGameQuotes.Api" %>
|
|
|
|
<asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent"><%: Model.Quote.GetAbbreviatedText() %></asp:Content>
|
2011-02-12 23:53:43 +00:00
|
|
|
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
|
2011-02-14 11:01:31 +00:00
|
|
|
<% Html.RenderPartial("SingleQuote", Model); %>
|
|
|
|
</asp:Content>
|