changeset 297:50b462e06ecc

Armando Url de la imagen del patrocinador
author nelopauselli
date Sat, 18 Feb 2012 15:27:26 -0300
parents 1edd42d24711
children 9bc60d166c8a
files Agendas/trunk/src/Agendas.Web/Views/Patrocinador/Index.cshtml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 })