Skip to content

Commit 8467167

Browse files
committed
Merge branch 'gt-align-sign-in-button' into 'master'
Align sign in button Closes #53673 See merge request gitlab-org/gitlab-ce!22888
2 parents be92230 + d6f592b commit 8467167

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/views/layouts/header/_default.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
= link_to admin_impersonation_path, class: 'nav-link impersonation-btn', method: :delete, title: _('Stop impersonation'), aria: { label: _('Stop impersonation') }, data: { toggle: 'tooltip', placement: 'bottom', container: 'body' } do
7272
= icon('user-secret')
7373
- if header_link?(:sign_in)
74-
%li.nav-item
74+
%li.nav-item.m-auto
7575
%div
7676
- sign_in_text = allow_signup? ? _('Sign in / Register') : _('Sign in')
7777
= link_to sign_in_text, new_session_path(:user, redirect_to_referer: 'yes'), class: 'btn btn-sign-in'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Align sign in button
3+
merge_request: 22888
4+
author: George Tsiolis
5+
type: fixed

0 commit comments

Comments
 (0)