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/views/ci/projects/gitlab.html.haml')
-rw-r--r--app/views/ci/projects/gitlab.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/ci/projects/gitlab.html.haml b/app/views/ci/projects/gitlab.html.haml
index dbc0ea0880f..bd55b1f12e7 100644
--- a/app/views/ci/projects/gitlab.html.haml
+++ b/app/views/ci/projects/gitlab.html.haml
@@ -6,7 +6,7 @@
by keyword: "#{params[:search]}",
#{time_ago_in_words(current_user.sync_at)} ago.
= link_to gitlab_ci_projects_path(reset_cache: true, search: params[:search]), class: 'sync-now btn btn-sm btn-default reset-cache' do
- %i.fa-refresh
+ %i.fa.fa-refresh
Sync now
%br
@@ -27,7 +27,7 @@
= render "gl_projects"
%p.text-center.hide.loading
- %i.fa-refresh.fa-spin
+ %i.fa.fa-refresh.fa-spin
- else
= render @projects