Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Views/Patrocinador/Index.cshtml @ 297:50b462e06ecc
Armando Url de la imagen del patrocinador
author | nelopauselli |
---|---|
date | Sat, 18 Feb 2012 15:27:26 -0300 |
parents | 1e889a2e45c5 |
children | 48ab8788bd19 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Patrocinador/Index.cshtml Sat Feb 18 14:08:57 2012 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Views/Patrocinador/Index.cshtml Sat Feb 18 15:27:26 2012 -0300 @@ -16,7 +16,7 @@ @foreach (var item in Model.Items) { <tr> - <td><img src="/Patrocinador/GetLogo?id=@item.Id" /></td> + <td><img src="@Url.Action("GetLogo", new { id = item.Id })" /></td> <td>@item.Nombre</td> <td class="buttons"> @Html.ActionLink("Modificar", "Modificar", new { id = item.Id })