Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Views/Historico/Index.cshtml @ 227:11545cc95491
Mostrar todos los ponentes en el histórico
author | nelopauselli |
---|---|
date | Wed, 28 Sep 2011 08:57:34 -0300 |
parents | 85ddae313408 |
children | a8f7c41e3b47 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Historico/Index.cshtml Mon Sep 26 09:29:59 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Views/Historico/Index.cshtml Wed Sep 28 08:57:34 2011 -0300 @@ -22,7 +22,11 @@ <td>@item.Fecha</td> <td>@item.Tipo</td> <td><a href="@item.Wiki">@item.Titulo</a></td> - <td>@item.Ponente</td> + <td> + @foreach(var ponente in item.Ponentes) { + @ponente<br /> + } + </td> <td>@item.Duracion</td> </tr> }