f68a715366
Centered alert text and prevented alert actions links from floating right for viewports below medium width (992px) Centered alert text stopped alert actions from floating right for viewports below medium width (992px) Update styles to use correct screen width variable for max-width media query Added unreleased changelog Added class to alert links wrapper Updated styles for new class, float alert links on larger screens
8 lines
525 B
Text
8 lines
525 B
Text
- if cookies[:hide_no_password_message].blank? && !current_user.hide_no_password && current_user.require_password?
|
|
.no-password-message.alert.alert-warning
|
|
You won't be able to pull or push project code via #{gitlab_config.protocol.upcase} until you #{link_to 'set a password', edit_profile_password_path} on your account
|
|
|
|
.alert-link-group
|
|
= link_to "Don't show again", profile_path(user: {hide_no_password: true}), method: :put
|
|
|
|
|
= link_to 'Remind later', '#', class: 'hide-no-password-message'
|