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
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-22 09:33:19 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-22 09:33:19 +0300
commit2ac03a86616bf9246593fb5bf2d82a6e262db16b (patch)
tree56e49bf847833a08cb254cd89607b5d6b2f86c57 /app/views
parentae1be437227d4bf7c19ae5eb4aab88d3d2cd8d53 (diff)
parent855fe20165715e34deb1e7153d02c811003095e5 (diff)
Merge pull request #8626 from dblessing/fix_spinner
Fix spinner icon to match others
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/merge_requests/show/_remove_source_branch.html.haml2
1 files changed, 1 insertions, 1 deletions
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
&nbsp;
Removing source branch '#{@merge_request.source_branch}'. Please wait. Page will be automatically reloaded. &nbsp;