Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Views/Evento/Index.cshtml @ 183:212c664db5aa
Generalización del manejo de las acciones sobre eventos
author | nelopauselli |
---|---|
date | Mon, 08 Aug 2011 22:27:00 -0300 |
parents | 784d81e32366 |
children | 2d02adb79322 |
comparison
equal
deleted
inserted
replaced
182:beeb48ddb44a | 183:212c664db5aa |
---|---|
54 @if (item.PuedeReAgendar) | 54 @if (item.PuedeReAgendar) |
55 { | 55 { |
56 @Html.ActionLink("Re-Agendar", "ReAgendar", new { id = item.Id }) | 56 @Html.ActionLink("Re-Agendar", "ReAgendar", new { id = item.Id }) |
57 <span> </span> | 57 <span> </span> |
58 } | 58 } |
59 <!-- | |
59 @if (item.PuedeReProponer) | 60 @if (item.PuedeReProponer) |
60 { | 61 { |
61 @Html.ActionLink("Re-Proponer", "ReProponer", new { id = item.Id }) | 62 @Html.ActionLink("Re-Proponer", "ReProponer", new { id = item.Id }) |
62 <span> </span> | 63 <span> </span> |
63 } | 64 } |
65 --> | |
64 </td> | 66 </td> |
65 </tr> | 67 </tr> |
66 } | 68 } |
67 </tbody> | 69 </tbody> |
68 </table> | 70 </table> |