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:
authorPhil Hughes <me@iamphill.com>2017-05-24 21:14:23 +0300
committerPhil Hughes <me@iamphill.com>2017-05-24 21:14:23 +0300
commit30462b8814232724ab4875835225f992790eba95 (patch)
tree37b2f3ee2a83cf357c7b1945165d8f49a025113f /app/views/shared
parent71b80f96cbf2c11b7f6274133c6aa70244315fa2 (diff)
parent6b8fac9de471646b36a822e2b18e1b3a97965288 (diff)
Merge branch '32170-assignees-spinner' into 'master'
show loading indicator while waiting for assignees first fetch Closes #32170 See merge request !11434
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/issuable/_sidebar_assignees.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/shared/issuable/_sidebar_assignees.html.haml b/app/views/shared/issuable/_sidebar_assignees.html.haml
index e9ce7b7ce9c..26567c08eb6 100644
--- a/app/views/shared/issuable/_sidebar_assignees.html.haml
+++ b/app/views/shared/issuable/_sidebar_assignees.html.haml
@@ -1,5 +1,8 @@
- if issuable.is_a?(Issue)
#js-vue-sidebar-assignees{ data: { field: "#{issuable.to_ability_name}[assignee_ids]" } }
+ .title.hide-collapsed
+ Assignee
+ = icon('spinner spin')
- else
.sidebar-collapsed-icon.sidebar-collapsed-user{ data: { toggle: "tooltip", placement: "left", container: "body" }, title: (issuable.assignee.name if issuable.assignee) }
- if issuable.assignee