debian-mirror-gitlab/app/views/layouts/devise_empty.html.haml

21 lines
620 B
Text
Raw Normal View History

2016-06-02 11:05:42 +05:30
!!! 5
2018-05-09 12:01:36 +05:30
%html{ lang: "en", class: system_message_class }
2016-06-02 11:05:42 +05:30
= render "layouts/head"
2019-12-04 20:38:33 +05:30
%body.ui-indigo.login-page.application.navless{ class: "#{client_class_list}" }
2019-07-07 11:18:12 +05:30
= header_message
2019-12-04 20:38:33 +05:30
= render "layouts/init_client_detection_flags"
2016-06-02 11:05:42 +05:30
= render "layouts/header/empty"
= render "layouts/broadcast"
.container.navless-container
.content
= render "layouts/flash"
= yield
%hr
.container
.footer-links
2018-11-18 11:00:15 +05:30
= link_to _("Explore"), explore_root_path
= link_to _("Help"), help_path
= link_to _("About GitLab"), "https://about.gitlab.com/"
2019-07-07 11:18:12 +05:30
= footer_message