Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/admin/deploy_key_helper.rb')
-rw-r--r--app/helpers/admin/deploy_key_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/admin/deploy_key_helper.rb b/app/helpers/admin/deploy_key_helper.rb
index caf3757a68e..8b23c3e1e13 100644
--- a/app/helpers/admin/deploy_key_helper.rb
+++ b/app/helpers/admin/deploy_key_helper.rb
@@ -7,7 +7,7 @@ module Admin
edit_path: edit_admin_deploy_key_path(':id'),
delete_path: admin_deploy_key_path(':id'),
create_path: new_admin_deploy_key_path,
- empty_state_svg_path: image_path('illustrations/empty-state/empty-deploy-keys-lg.svg')
+ empty_state_svg_path: image_path('illustrations/empty-state/empty-access-token-md.svg')
}
end
end