yavsc/Yavsc/Views/Git/Details.cshtml

19 lines
353 B
Plaintext

@model Yavsc.Server.Models.IT.SourceCode.GitRepositoryReference
@{
ViewData["Title"] = "Details";
}
<h2>Details</h2>
<div>
<h4>GitRepositoryReference</h4>
<hr />
<dl class="dl-horizontal">
</dl>
</div>
<p>
@Html.ActionLink("Edit", "Edit", new { /* id = Model.PrimaryKey */ }) |
<a asp-action="Index">Back to List</a>
</p>