Sha256: b92d54cc844274361eccd163fea9dcdd577b08fa7f1ea4f22da716d60eb2892c
Contents?: true
Size: 410 Bytes
Versions: 1
Compression:
Stored size: 410 Bytes
Contents
<% @title = t("devise.sign_in", default: "Sign in") %> <%= semantic_form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %> <%= f.inputs :email, :password %> <%= f.actions do %> <%= f.action :submit, label: t("devise.sign_in", default: "Sign in") %> <% end %> <% end %> <%= link_to(t("devise.forgot_password", default: "Forgot Your Password?"), new_user_password_path) %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_application-0.0.1 | app/views/devise/sessions/new.html.erb |