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

9 lines
258 B
Text
Raw Normal View History

2021-01-29 00:20:46 +05:30
!!! 5
%html.subscriptions-layout-html{ lang: 'en' }
= render 'layouts/head'
2021-03-11 19:13:27 +05:30
%body.ui-indigo.gl-display-flex.vh-100
2021-01-29 00:20:46 +05:30
= render "layouts/header/logo_with_title"
= render "layouts/broadcast"
2021-03-11 19:13:27 +05:30
.container.gl-display-flex.gl-flex-grow-1
2021-01-29 00:20:46 +05:30
= yield