Sha256: f6d620a85c0b282d5d9da3eea9bb20140a21872fda6bf4afc889878e5b8dea33
Contents?: true
Size: 235 Bytes
Versions: 2
Compression:
Stored size: 235 Bytes
Contents
<%= form_for @session_service, url: session_path_for(nyauth_client_name) do |f| %> <%= f.object.errors.full_messages.join ',' %> <%= f.email_field :email %> <%= f.password_field :password %> <%= f.submit 'Sign in' %> <% end %>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nyauth-0.3.0 | app/views/nyauth/sessions/new.html.erb |
nyauth-0.3.0 | spec/lib/generators/nyauth/tmp/app/views/nyauth/sessions/new.html.erb |