Files
standardnotes-app-web/app/assets/templates/frontend/auth/wrapper.html.haml
2016-12-05 17:33:27 -06:00

7 lines
209 B
Plaintext

.login-box.margin-auto{"style" => "margin-top: 150px;"}
%uib-alert{:type => '{{data.authAlert.type}}', :close => 'data.authAlert = null', 'ng-if' => 'data.authAlert'}
{{data.authAlert.msg}}
%ui-view