comparison Agendas/trunk/src/Agendas.Web/Views/Perfil/Index.cshtml @ 113:0eac9a1c1a6c

Soporte para asociar cuentas internas a un usuario ya identificado con twitter
author Carlos Peix
date Sat, 11 Jun 2011 12:44:47 -0300
parents 0bca45e1e664
children 7a2eeb9e9bf9
comparison
equal deleted inserted replaced
112:0bca45e1e664 113:0eac9a1c1a6c
25 </tbody> 25 </tbody>
26 </table> 26 </table>
27 27
28 <p> 28 <p>
29 @Html.ActionLink("Asociar cuenta de Twitter", "AddTwitterAccount") 29 @Html.ActionLink("Asociar cuenta de Twitter", "AddTwitterAccount")
30 <br/>
31 @Html.ActionLink("Asociar cuenta interna", "AddBuiltInAccount")
30 </p> 32 </p>