view Agendas/trunk/src/Agendas.Web/Views/_ViewStart.cshtml @ 220:42a1068e73c8

corrección en subpanels para respetar (un poco mas) html según la w3c
author nelopauselli
date Fri, 09 Sep 2011 11:26:17 -0300
parents c62b77fc33f4
children
line wrap: on
line source

@{
    Layout = "~/Views/Shared/_Layout.cshtml";
}