Sha256: 429ec0f7d58c018f85524fa259bb8fdaae6edf900841e27891f0466c4686a41f
Contents?: true
Size: 372 Bytes
Versions: 1
Compression:
Stored size: 372 Bytes
Contents
= form_tag "/auther/session", class: "auther-form" .row h1.title Authorization .row .label = label_tag :login, "Login:" .input = text_field_tag :login, nil .row .label = label_tag :password, "Password:" .input = password_field_tag :password, nil .row .actions = submit_tag "Login", class: "btn btn-primary"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
auther-0.1.0 | app/views/auther/session/new.html.slim |