Mercurial > altnet-hispano
changeset 302:11dddcc9a862 tip
Historico de Eventos, no muestra bien la Url del Patrocinador.
author | juanjose.montesdeocaarbos |
---|---|
date | Tue, 14 Aug 2012 21:54:30 -0300 |
parents | 771c2c805142 |
children | |
files | Agendas/trunk/src/Agendas.Web/Views/Historico/Index.cshtml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Historico/Index.cshtml Mon Feb 27 14:45:26 2012 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Views/Historico/Index.cshtml Tue Aug 14 21:54:30 2012 -0300 @@ -32,8 +32,8 @@ <td> @foreach (var patrocinador in item.Patrocinadores) { - <img title="@patrocinador.Nombre" src="/Patrocinador/GetLogo?id=@patrocinador.Id" class="logo" /> - } + <img title="@patrocinador.Nombre" src="@Url.Action("GetLogo", "Patrocinador", new { id = patrocinador.Id })" class="logo" /> + } </td> </tr> }