summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2018-11-20 07:43:18 +0100
committerMartin Wortschack <mwortschack@gitlab.com>2018-11-20 07:43:18 +0100
commit41176db7cc640167f9278e60bcde1168ebe2dfbf (patch)
treeff8026148deb5f68c6f6b26aecf862cee6e4329b
parent9aad2d63c9c8efaf1feb8535d4b3a482ac80ddce (diff)
downloadgitlab-ce-52712-further-ui-improvements-to-profile-overview-tab.tar.gz
-rw-r--r--app/views/users/_overview.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/users/_overview.html.haml b/app/views/users/_overview.html.haml
index 7a6befaa13a..b5bc1180290 100644
--- a/app/views/users/_overview.html.haml
+++ b/app/views/users/_overview.html.haml
@@ -3,7 +3,7 @@
.calendar-block.prepend-top-default.append-bottom-default
.user-calendar.d-none.d-sm-block{ data: { calendar_path: user_calendar_path(@user, :json), calendar_activities_path: user_calendar_activities_path, utc_offset: Time.zone.utc_offset } }
%h4.center.light
- %i.fa.fa-spinner.fa-spin
+ = spinner nil, true
.user-calendar-activities.d-none.d-sm-block
.row
.col-md-12.col-lg-6
@@ -16,7 +16,7 @@
= link_to s_('UserProfile|View all'), user_activity_path, class: "hide js-view-all"
.overview-content-list{ data: { href: user_path } }
.center.light.loading
- %i.fa.fa-spinner.fa-spin
+ = spinner nil, true
.col-md-12.col-lg-6
.projects-block
@@ -27,4 +27,4 @@
= link_to s_('UserProfile|View all'), user_projects_path, class: "hide js-view-all"
.overview-content-list{ data: { href: user_projects_path } }
.center.light.loading
- %i.fa.fa-spinner.fa-spin
+ = spinner nil, true