2015-09-11 14:41:01 +05:30
|
|
|
%header.navbar.navbar-fixed-top.navbar-gitlab{ class: nav_header_class }
|
2015-09-25 12:07:36 +05:30
|
|
|
%div{ class: fluid_layout ? "container-fluid" : "container-fluid" }
|
2015-09-11 14:41:01 +05:30
|
|
|
.header-content
|
|
|
|
- unless current_controller?('sessions')
|
|
|
|
.pull-right
|
2015-09-25 12:07:36 +05:30
|
|
|
= link_to "Sign in", new_session_path(:user, redirect_to_referer: 'yes'), class: 'btn btn-sign-in btn-success'
|
2015-09-11 14:41:01 +05:30
|
|
|
|
|
|
|
%h1.title= title
|
|
|
|
|
|
|
|
= render 'shared/outdated_browser'
|