<% content_for :html_id, "extr-page" %> <% content_for :body_class, "animated fadeInDown" %> <% content_for :top_right do %> Need an account? <%= link_to 'Create account', miscellaneous_register_path, class: 'btn btn-danger' %> <% end %>
<%= form_for(resource, as: resource_name, url: session_path(resource_name), html: {id: 'login-form', class: 'smart-form client-form'}) do |f| %>
Sign In
<%= link_to 'Forgot password?', miscellaneous_forgot_password_path %>
<% end %>
- Or sign in using -
<% content_for :scripts do %> <% end %>