Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Views/Shared/Error.cshtml @ 10:c62b77fc33f4
website inicial
author | nelo@MTEySS.neluz.int |
---|---|
date | Sun, 13 Mar 2011 18:51:06 -0300 |
parents | |
children | 08dbe42fdde1 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/Error.cshtml Sun Mar 13 18:51:06 2011 -0300 @@ -0,0 +1,9 @@ +@model System.Web.Mvc.HandleErrorInfo + +@{ + ViewBag.Title = "Error"; +} + +<h2> + Sorry, an error occurred while processing your request. +</h2>