From 855fe20165715e34deb1e7153d02c811003095e5 Mon Sep 17 00:00:00 2001 From: Drew Blessing Date: Wed, 21 Jan 2015 14:02:30 -0600 Subject: Fix spinner icon to match others --- app/views/projects/merge_requests/show/_remove_source_branch.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/merge_requests/show/_remove_source_branch.html.haml b/app/views/projects/merge_requests/show/_remove_source_branch.html.haml index 4fe5935bcf3..9bf6a9d081c 100644 --- a/app/views/projects/merge_requests/show/_remove_source_branch.html.haml +++ b/app/views/projects/merge_requests/show/_remove_source_branch.html.haml @@ -12,6 +12,6 @@ Failed to remove source branch '#{@merge_request.source_branch}' .remove_source_branch_in_progress.hide - %i.fa.fa-refresh.fa-spin + %i.fa.fa-spinner.fa-spin   Removing source branch '#{@merge_request.source_branch}'. Please wait. Page will be automatically reloaded.   -- cgit v1.2.1