<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <%@ Import Namespace="VideoGameQuotes.Api" %>
<% if (!Model.VotedUp) { %> <% } %>
<%= Model.Quote.Score %>
<% if (!Model.VotedDown) { %> <% } %>

<%: Model.Quote.Text %>

Game
<%= Html.ActionLink(Model.Quote.Game.Name, "browse", "Quote", new { game = Model.Quote.Game.Id }, null) %>
Added
<%: Model.Quote.GetHumanReadableTimeSinceCreated() %>