simpler, better

This commit is contained in:
Paul Schneider 2018-06-10 20:40:11 +02:00
commit dc1b82ab1b
27 changed files with 3323 additions and 50 deletions

View file

@ -0,0 +1,18 @@
@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>