@model Project_Unite.Models.ForumCategory @{ ViewBag.Title = "View forum"; }
@Model.Description
@if (Model.Children.Length > 0) {@cat.Description
Started by @Html.UserLink(topic.AuthorId) at @topic.StartedAt • @topic.Likes.Length • @topic.Dislikes.Length
Started by @Html.UserLink(topic.AuthorId) at @topic.StartedAt • @topic.Likes.Length • @topic.Dislikes.Length
No topics exist in this category. Be the first to start one!
}