summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise_layout.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/devise_layout.html.haml')
-rw-r--r--app/views/layouts/devise_layout.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/devise_layout.html.haml b/app/views/layouts/devise_layout.html.haml
index c293734b368..70c4f007ba1 100644
--- a/app/views/layouts/devise_layout.html.haml
+++ b/app/views/layouts/devise_layout.html.haml
@@ -1,6 +1,6 @@
!!! 5
-%html{ :lang => "en"}
+%html{ lang: "en"}
= render "layouts/head"
%body.ui_basic.login-page
- = render :partial => "layouts/flash"
+ = render partial: "layouts/flash"
.container= yield