Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Views/Patrocinador/Index.cshtml @ 279:1e889a2e45c5
#125: ABM de patrocinadores.
author | juanjose.montesdeocaarbos |
---|---|
date | Thu, 22 Dec 2011 10:04:08 -0300 |
parents | bf993f99cee3 |
children | 50b462e06ecc |
comparison
equal
deleted
inserted
replaced
278:6f5ab71614d4 | 279:1e889a2e45c5 |
---|---|
16 @foreach (var item in Model.Items) | 16 @foreach (var item in Model.Items) |
17 { | 17 { |
18 <tr> | 18 <tr> |
19 <td><img src="/Patrocinador/GetLogo?id=@item.Id" /></td> | 19 <td><img src="/Patrocinador/GetLogo?id=@item.Id" /></td> |
20 <td>@item.Nombre</td> | 20 <td>@item.Nombre</td> |
21 <td> | 21 <td class="buttons"> |
22 @Html.ActionLink("Modificar", "Modificar", new { id = item.Id }) | 22 @Html.ActionLink("Modificar", "Modificar", new { id = item.Id }) |
23 <span> </span> | 23 <span> </span> |
24 @Html.ActionLink("Eliminar", "Eliminar", new { id = item.Id }, new { @class = "ui-button-confirm" }) | 24 @Html.ActionLink("Eliminar", "Eliminar", new { id = item.Id }, new { @class = "ui-button-confirm" }) |
25 <span> </span> | 25 <span> </span> |
26 </td> | 26 </td> |