[WIP] Git

This commit is contained in:
2018-06-25 15:18:37 +02:00
parent b1a3d94d23
commit 2017a5599a
17 changed files with 99 additions and 7803 deletions

View File

@ -23,9 +23,6 @@
<th>
@Html.DisplayNameFor(model => model.Description)
</th>
<th>
@Html.DisplayNameFor(model => model.LocalRepo)
</th>
<th>
@Html.DisplayNameFor(model => model.OwnerId)
</th>
@ -70,9 +67,6 @@
<td>
@Html.DisplayFor(modelItem => item.Description)
</td>
<td>
@Html.DisplayFor(modelItem => item.LocalRepo)
</td>
<td>
@Html.DisplayFor(modelItem => item.OwnerId)
</td>