3 lines
206 B
Plaintext
3 lines
206 B
Plaintext
@model HN.Application.LinkDto
|
|
|
|
<a asp-action="Show" asp-controller="Links" asp-route-id="@Model.Id">@Model.Url - created at @Model.CreatedAt.ToLocalTime() (👍: @Model.UpVotes / 👎: @Model.DownVotes)</a> |