db context hoes back to lib assembly...
This commit is contained in:
parent
1fc8e499e8
commit
fa20ed0590
10 changed files with 3518 additions and 18 deletions
|
|
@ -11,15 +11,19 @@
|
|||
</p>
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Chemin</th>
|
||||
<th/>
|
||||
</tr>
|
||||
|
||||
@foreach (var item in Model) {
|
||||
<tr>
|
||||
<td>
|
||||
@Html.ActionLink("Edit", "Edit", new { /* id=item.PrimaryKey */ }) |
|
||||
@Html.ActionLink("Details", "Details", new { /* id=item.PrimaryKey */ }) |
|
||||
@Html.ActionLink("Delete", "Delete", new { /* id=item.PrimaryKey */ })
|
||||
@item.Path
|
||||
</td>
|
||||
<td>
|
||||
@Html.ActionLink("Edit", "Edit", new { id=item.Path }) |
|
||||
@Html.ActionLink("Details", "Details", new { id=item.Path }) |
|
||||
@Html.ActionLink("Delete", "Delete", new { id=item.Path })
|
||||
</td>
|
||||
</tr>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue