diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-29 15:09:48 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-29 15:09:48 +0000 |
commit | f4d51a9f71cf3d4b0874a3e1948fe3c1ea193c4d (patch) | |
tree | 7ae3da76e824c435167dd108721c0124ad2ee484 /app/views/admin/dashboard | |
parent | 2dedd78ef505a0ab0a379c7340a3fcba56ada663 (diff) | |
download | gitlab-ce-f4d51a9f71cf3d4b0874a3e1948fe3c1ea193c4d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/admin/dashboard')
-rw-r--r-- | app/views/admin/dashboard/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml index 7ae690b8fe0..97b3a757a3f 100644 --- a/app/views/admin/dashboard/index.html.haml +++ b/app/views/admin/dashboard/index.html.haml @@ -152,9 +152,9 @@ %span.float-right #{Rails::VERSION::STRING} %p - = Gitlab::Database.human_adapter_name + = Gitlab::Database.main.human_adapter_name %span.float-right - = Gitlab::Database.version + = Gitlab::Database.main.version %p = _('Redis') %span.float-right |