5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-29 03:36:57 +00:00
panel/views/login.haml

12 lines
311 B
Text
Raw Normal View History

2017-09-25 22:35:06 +00:00
%h1 Hola!
- if flash[:error]
.alert.alert-danger{role: 'alert'}
= flash[:error]
%form{method: 'post', action: '/login'}
%input{type: 'email', name: 'username', placeholder: 'Correo'}
%input{type: 'password', name: 'password', placeholder: 'Contraseña'}
%input{type: 'submit', value: 'Ingresar'}