From eaea945e0355826c58c3dcf887496ea91064f85c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 6 Apr 2020 09:09:17 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/views/projects/network/show.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/views/projects') diff --git a/app/views/projects/network/show.html.haml b/app/views/projects/network/show.html.haml index 2d3f9116703..6821453cffa 100644 --- a/app/views/projects/network/show.html.haml +++ b/app/views/projects/network/show.html.haml @@ -16,4 +16,5 @@ - if @commit .network-graph{ data: { url: @url, commit_url: @commit_url, ref: @ref, commit_id: @commit.id } } - = spinner nil, true + .text-center.prepend-top-default + .spinner.spinner-md -- cgit v1.2.1