Files
standardnotes-app-web/app/assets/templates/frontend/lock-screen.html.haml
Mo Bitar 6fd57195cd V2
2017-10-13 10:09:59 -05:00

10 lines
389 B
Plaintext

#lock-screen
.content
%h3.center-align Passcode Required
%form.mt-20{"ng-submit" => "submitPasscodeForm()"}
%input.form-control.mt-10{:type => 'password',
"ng-model" => "formData.passcode", "autofocus" => "true",
"placeholder" => "Enter Passcode", "autocomplete" => "new-password"}
%button.standard.ui-button.block.tinted.mt-5{"type" => "submit"} Unlock