File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 259
259
}
260
260
else
261
261
{
262
- <td >@item.AlbumId </td >
262
+ <td >@item.AlbumID </td >
263
263
<td >@item.name </td >
264
- <td >@item.Artiste.user .Nom </td >
264
+ <td >@item.Artiste.User .Nom </td >
265
265
<td ><a href =" #" ><img src =" ~/img/album/@item.albumCover" class =" avatar" alt =" Avatar" width =" 80" height =" 40" style =" border-radius : 20% ;" ></a ></td >
266
266
<td >
267
- <a asp-action =" Edit" asp-route-id =" @item.AlbumId " class =" settings" title =" Settings" data-toggle =" tooltip" ><i class =" material-icons" > ; </i ></a > |
268
- <a asp-action =" Details" asp-route-id =" @item.AlbumId " ><i class =" material-icons info" > ; </i ></a > |
269
- <a asp-action =" Delete" asp-route-id =" @item.AlbumId " class =" delete" title =" Delete" data-toggle =" tooltip" ><i class =" material-icons" > ; </i ></a >
267
+ <a asp-action =" Edit" asp-route-id =" @item.AlbumID " class =" settings" title =" Settings" data-toggle =" tooltip" ><i class =" material-icons" > ; </i ></a > |
268
+ <a asp-action =" Details" asp-route-id =" @item.AlbumID " ><i class =" material-icons info" > ; </i ></a > |
269
+ <a asp-action =" Delete" asp-route-id =" @item.AlbumID " class =" delete" title =" Delete" data-toggle =" tooltip" ><i class =" material-icons" > ; </i ></a >
270
270
</td >
271
271
}
272
272
</tr >
You can’t perform that action at this time.
0 commit comments