Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Views/Propuesta/Index.cshtml @ 75:96d7609f2e08
Agendar evento propuesto
author | nelopauselli |
---|---|
date | Mon, 23 May 2011 20:43:01 -0300 |
parents | 08dbe42fdde1 |
children |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Propuesta/Index.cshtml Mon May 23 20:13:37 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Views/Propuesta/Index.cshtml Mon May 23 20:43:01 2011 -0300 @@ -19,7 +19,7 @@ <td>@item.Ponente</td> <td> @Html.ActionLink("Modificar", "Edit", new { id = item.Id }) - @Html.ActionLink("Publicar", "Publish", new { id = item.Id }) + @Html.ActionLink("Agendar", "Edit", "Evento", new { id = item.Id }, null) </td> </tr> }