initial commit
This commit is contained in:
6
app/assets/templates/frontend/auth/wrapper.html.haml
Normal file
6
app/assets/templates/frontend/auth/wrapper.html.haml
Normal file
@@ -0,0 +1,6 @@
|
||||
.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
|
||||
Reference in New Issue
Block a user