Mercurial > altnet-hispano
changeset 201:38b018822bb6
Se soluciona ticket #172, no muestra imágen de DiscountASP.NET en el Footer.
author | alabra |
---|---|
date | Sat, 20 Aug 2011 17:47:21 -0400 |
parents | 5346c0500594 |
children | a731086c0b28 |
files | Agendas/trunk/src/Agendas.Web/Views/Shared/_Layout.cshtml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Shared/_Layout.cshtml Wed Aug 17 17:54:45 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/_Layout.cshtml Sat Aug 20 17:47:21 2011 -0400 @@ -56,7 +56,7 @@ Contacto: <a href="http://altnethispano.org/contactenos.aspx" alt="contacto@althethispano.org">contacto@althethispano.org</a> <strong>hosting by </strong> <a target="_blank" title="DiscountASP" href="http://www.discountasp.com/"> - <img src="/Content/themes/altnethispano/images/logoDiscountASPNET.gif" alt="DiscountASP.NET" height="25" /> + <img src="@Url.Content("~/Content/themes/altnethispano/images/logoDiscountASPNET.gif")" title="DiscountASP.NET" alt="DiscountASP.NET" height="25" /> </a> </div> </div>