Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril <jv.cyril@gmail.com>2012-09-29 15:01:13 +0400
committerCyril <jv.cyril@gmail.com>2012-09-29 15:06:53 +0400
commit236fd1e63bf0fbb4f7880ee3bc975ac89f4d3e99 (patch)
tree6a3f195b0c6e04d4dbeb39bcf3ff10d47c25ba88 /app/views/layouts/devise.html.haml
parenta79eb8428946152021b6f3a25398c49f2e9e7099 (diff)
all devise controller use devise layout
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
new file mode 100644
index 00000000000..70c4f007ba1
--- /dev/null
+++ b/app/views/layouts/devise.html.haml
@@ -0,0 +1,6 @@
+!!! 5
+%html{ lang: "en"}
+ = render "layouts/head"
+ %body.ui_basic.login-page
+ = render partial: "layouts/flash"
+ .container= yield