Skip to content

Instantly share code, notes, and snippets.

@vsdsantos
Last active August 29, 2015 14:26
Show Gist options
  • Save vsdsantos/734f4a56ca2fe2f9b148 to your computer and use it in GitHub Desktop.
Save vsdsantos/734f4a56ca2fe2f9b148 to your computer and use it in GitHub Desktop.
<h1>Login</h1>
<%= form_tag ({controller: 'web/sessions', action: 'create'}) do %>
Senha: <%= password_field_tag :password, class: 'classe', id: 'id' %><br>
<%= submit_tag 'Prosseguir', class: 'message-btn', id: 'send-mail' %>
<%end%>
<%= link_to 'Voltar', '/' %>
<%= link_to 'Administração', new_admin_user_session_path %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment