diff --git a/wherehows-web/app/styles/components/avatar/_avatar.scss b/wherehows-web/app/styles/components/avatar/_avatar.scss index c9355d2a47..db43288942 100644 --- a/wherehows-web/app/styles/components/avatar/_avatar.scss +++ b/wherehows-web/app/styles/components/avatar/_avatar.scss @@ -84,6 +84,7 @@ $avatar-size: 18px; text-align: center; z-index: 2; line-height: item-spacing(7); + cursor: pointer; } .avatar-meta-action { diff --git a/wherehows-web/app/templates/components/avatars/stacked-avatars-list.hbs b/wherehows-web/app/templates/components/avatars/stacked-avatars-list.hbs index 8c08c680ac..a576b1abf4 100644 --- a/wherehows-web/app/templates/components/avatars/stacked-avatars-list.hbs +++ b/wherehows-web/app/templates/components/avatars/stacked-avatars-list.hbs @@ -36,7 +36,7 @@ {{#if rollupAvatars}} - {{#avatars/rollup-avatars avatars=avatars}} + {{#avatars/rollup-avatars avatars=avatars avatarType=avatarType}} {{rollupAvatars.length}}+ {{/avatars/rollup-avatars}} {{/if}} diff --git a/wherehows-web/app/templates/components/datasets/containers/dataset-owner-list.hbs b/wherehows-web/app/templates/components/datasets/containers/dataset-owner-list.hbs index c12d1e4fc3..f75229c5e3 100644 --- a/wherehows-web/app/templates/components/datasets/containers/dataset-owner-list.hbs +++ b/wherehows-web/app/templates/components/datasets/containers/dataset-owner-list.hbs @@ -1 +1 @@ -{{avatars/stacked-avatars-list avatars=avatars}} \ No newline at end of file +{{avatars/stacked-avatars-list avatars=avatars avatarType="owner"}} \ No newline at end of file