From e843df75b4459e514cb0c70a24a1186ec9cc304a Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Wed, 28 Sep 2022 17:19:49 +0200 Subject: [PATCH] Added commented out footnote refs https://github.com/TryGhost/Team/issues/1986 --- .../member-attribution/source-attribution-table.hbs | 13 ++++++------- ghost/admin/app/styles/layouts/dashboard.css | 11 ++++++++++- 2 files changed, 16 insertions(+), 8 deletions(-) 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 97b73b9b00..8a37969689 100644 --- a/ghost/admin/app/components/member-attribution/source-attribution-table.hbs +++ b/ghost/admin/app/components/member-attribution/source-attribution-table.hbs @@ -26,7 +26,9 @@ {{#each this.sources as |sourceData|}}
- {{sourceData.source}} + {{sourceData.source}} + {{!-- * --}} +
{{#if (eq @sortColumn "signups")}}
@@ -57,16 +59,12 @@ {{/if}} {{/if}}
- {{!-- {{else}} -
-

No sources.

-
--}} {{/each}} {{#if this.others}}
Other sources → + {{on "click" this.openAllSources}}>Other sources
{{#if (eq @sortColumn "signups")}}
@@ -99,4 +97,5 @@
{{/if}}
-
\ No newline at end of file + +{{!--

*New member signups originating from your newsletter are the result of it being shared and forwarded.

--}} \ No newline at end of file diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index b788739bf7..b27f17c7b4 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -1179,6 +1179,15 @@ Dashboard Attribution */ color: var(--lightgrey); } +.gh-dashboard-attribution-footnote { + font-size: 1.2rem; + margin-bottom: 0; + line-height: 1.4; + color: var(--midlightgrey); + padding-top: 12px; + font-weight: 500; +} + @media screen and (max-width: 1120px) { .gh-dashboard-attribution-grid .gh-dashboard-metric-label { position: absolute; @@ -2428,4 +2437,4 @@ Dashboard No Data */ margin-top: 12px; font-size: 1.3rem; margin-bottom: 46px; -} +} \ No newline at end of file