diff Agendas/trunk/src/Agendas.Web/Views/Patrocinador/Index.cshtml @ 300:48ab8788bd19

#200: Patrocinadores: Agregar link al sitio web.
author juanjose.montesdeocaarbos
date Mon, 27 Feb 2012 14:45:12 -0300
parents 50b462e06ecc
children
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Patrocinador/Index.cshtml	Mon Feb 27 13:14:57 2012 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Views/Patrocinador/Index.cshtml	Mon Feb 27 14:45:12 2012 -0300
@@ -17,7 +17,7 @@
         { 
             <tr>
                 <td><img src="@Url.Action("GetLogo", new { id = item.Id })" /></td>
-                <td>@item.Nombre</td>
+                <td><a href="@item.WebSite" target="_blank">@item.Nombre</a></td>
                 <td class="buttons">
                     @Html.ActionLink("Modificar", "Modificar", new { id = item.Id })
 					<span>&nbsp;</span>