comparison 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
comparison
equal deleted inserted replaced
74:bc46e7426c80 75:96d7609f2e08
17 <tr> 17 <tr>
18 <td>@item.Titulo</td> 18 <td>@item.Titulo</td>
19 <td>@item.Ponente</td> 19 <td>@item.Ponente</td>
20 <td> 20 <td>
21 @Html.ActionLink("Modificar", "Edit", new { id = item.Id }) 21 @Html.ActionLink("Modificar", "Edit", new { id = item.Id })
22 @Html.ActionLink("Publicar", "Publish", new { id = item.Id }) 22 @Html.ActionLink("Agendar", "Edit", "Evento", new { id = item.Id }, null)
23 </td> 23 </td>
24 </tr> 24 </tr>
25 } 25 }
26 </tbody> 26 </tbody>
27 </table> 27 </table>