@model Project_Unite.Models.SearchResult @{ ViewBag.Title = "Search"; }
Here's what we found for that query.
| Topic | Popularity | Most Recent Post |
|---|---|---|
|
@Html.TopicLinkFor(topic.Id) by @Html.UserLink(topic.AuthorId) at @topic.StartedAt |
@topic.Likes.Length @topic.Dislikes.Length |
@{
var mostrecent = topic.Posts.OrderByDescending(x => x.PostedAt).First();
}
By @Html.UserLink(mostrecent.AuthorId) at @mostrecent.PostedAt |
| Download | Actions |
|---|---|
|
@download.Name |
@if (!string.IsNullOrEmpty(download.DevUpdateId)) { Watch dev update View details Download } |