diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-10 16:29:42 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-10 16:29:42 -0500 |
commit | b95d76d217ad5a99093c2e10ac4a9289200dad48 (patch) | |
tree | 15b249b049388a07f270e8ad20289ec520e1bccb /app/views | |
parent | 6571863f896d4cbca11c4cc88dc36d042dcef27a (diff) | |
download | gitlab-ce-b95d76d217ad5a99093c2e10ac4a9289200dad48.tar.gz |
[skip ci] Remove bad replacement of .hide
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/shared/_project_limit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_project_limit.html.haml b/app/views/shared/_project_limit.html.haml index 5c3d6baa718..2c52eccccb6 100644 --- a/app/views/shared/_project_limit.html.haml +++ b/app/views/shared/_project_limit.html.haml @@ -1,4 +1,4 @@ -- if cookies[:hide_project_limit_message].blank? && !current_user.d-none_project_limit && !current_user.can_create_project? && current_user.projects_limit > 0 +- if cookies[:hide_project_limit_message].blank? && !current_user.hide_project_limit && !current_user.can_create_project? && current_user.projects_limit > 0 .project-limit-message.alert.alert-warning.d-none.d-sm-block You won't be able to create new projects because you have reached your project limit. |