summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise.html.haml
blob: 7e5f18abf7989e908c579739f8656668d0bef4da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
!!! 5
%html{ lang: "en"}
  = render "layouts/head"
  %body.ui_charcoal.login-page.application.navless
    = render "layouts/header/empty"
    = render "layouts/broadcast"
    .container.navless-container
      .content
        = render "layouts/flash"
        .row
          .col-sm-5.pull-right
            = yield
          .col-sm-7.brand-holder.pull-left
            %h1
              = brand_title
            - if brand_item
              = brand_image
              = brand_text
            - else
              %h3 用于代码协作的开源软件

              %p
                细粒度访问控制管理 git 仓库以保证代码安全。
                使用合并请求进行代码审查并加强团体合作。
                每个项目均有自己的问题跟踪和维基页面。

            - if extra_sign_in_text.present?
              = markdown(extra_sign_in_text)

    %hr
    .container
      .footer-links
        = link_to "浏览", explore_root_path
        = link_to "帮助", help_path
        = link_to "关于 GitLab", "https://about.gitlab.com/"
        = link_to "中文", "https://gitlab.com/larryli/gitlab/"