[WIP] Git

This commit is contained in:
Paul Schneider 2018-06-25 15:18:37 +02:00
commit 9cbb1706ad
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>