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

_public.html.haml « header « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15c2e292be38fb69b3f3112780b41adab7862d1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%header.navbar.navbar-fixed-top.navbar-gitlab{ class: nav_header_class }
  .container
    .header-logo
      = link_to explore_root_path, class: "home" do
        = brand_header_logo
        .gitlab-text-container
          %h3 GitLab
    .header-content
      - unless current_controller?('sessions')
        .pull-right
          = link_to "Sign in", new_session_path(:user, redirect_to_referer: 'yes'), class: 'btn btn-sign-in btn-success btn-sm'

      %h1.title= title

= render 'shared/outdated_browser'