From 4704e7ab3139956ccdb697a93eeddda35c9f87da Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Fri, 7 Oct 2022 10:42:44 +0200 Subject: [PATCH] Added column sorting and removed the dropdown refs https://github.com/TryGhost/Team/issues/1986 --- .../dashboard/charts/attribution.hbs | 18 +----------------- .../source-attribution-table.hbs | 4 ++++ 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/ghost/admin/app/components/dashboard/charts/attribution.hbs b/ghost/admin/app/components/dashboard/charts/attribution.hbs index c330df7d3f..ea1f82cee2 100644 --- a/ghost/admin/app/components/dashboard/charts/attribution.hbs +++ b/ghost/admin/app/components/dashboard/charts/attribution.hbs @@ -8,29 +8,13 @@

Once someone signs up, you’ll be able to see where they came from here.

{{else}} -
- - {{#if option.name}}{{option.name}}{{else}}Unknown option{{/if}} - -

Top sources

diff --git a/ghost/admin/app/components/member-attribution/source-attribution-table.hbs b/ghost/admin/app/components/member-attribution/source-attribution-table.hbs index 81424c85cf..8ef2bc7146 100644 --- a/ghost/admin/app/components/member-attribution/source-attribution-table.hbs +++ b/ghost/admin/app/components/member-attribution/source-attribution-table.hbs @@ -2,13 +2,17 @@
Sources
Free signups{{svg-jar "arrow-down-fill"}}
{{#if this.membersUtils.paidMembersEnabled}}
Paid Conversions{{svg-jar "arrow-down-fill"}}