You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
executaveis/GCI.PortalCondomino/Views/Shared/Error.cshtml

10 lines
222 B
Plaintext

@model System.Web.Mvc.HandleErrorInfo
@{
ViewBag.Title = "Erro";
}
<h1 class="text-danger">Erro.</h1>
<h2 class="text-danger">Não foi possível processar o seu pedido. Por favor contacte a Administração.</h2>