2011-02-18 01:46:02 +00:00
|
|
|
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<VideoGameQuotes.Api.Quote>" %>
|
|
|
|
<%@ Import Namespace="VideoGameQuotes.Api" %>
|
|
|
|
|
|
|
|
<div class="flagged-quote">
|
|
|
|
<span class="flag-count"><%: Model.Flags.Count() %></span>
|
|
|
|
|
|
|
|
<p>
|
2011-03-02 20:18:33 +00:00
|
|
|
<%= Html.ActionLink(Model.GetAbbreviatedText(), "Quote", "Quote", new { id = Model.Id, text = Model.GetUrlFriendlyText() }, null) %>
|
2011-02-18 01:46:02 +00:00
|
|
|
</p>
|
|
|
|
</div>
|