@model Project_Unite.Models.ForumPost[] @{ ViewBag.Title = "Unread posts"; }
Here is a summary of what's been said since you last visited the forums:
| Post | Actions |
|---|---|
| No unread posts! You're all caught up :) | |
| re: @Html.TopicLinkFor(post.Parent) By @Html.UserLink(post.AuthorId) on @post.PostedAt |
@Html.ActionLink("Mark as read", "MarkRead", "Forum", new { id = post.Id }, new { @class = "btn btn-default" }); |