3 lines
158 B
Plaintext
3 lines
158 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()</a> |