From 6776b8cde7730f6455ee8223966771e60f19dfd0 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 18 Jun 2020 11:42:06 +0100 Subject: [PATCH] Disabled members list links whilst editing no issue - these will eventually toggle selection of individual members when clicked whilst in editing mode --- ghost/admin/app/components/gh-members-list-item.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghost/admin/app/components/gh-members-list-item.hbs b/ghost/admin/app/components/gh-members-list-item.hbs index 585b288205..db9b9fab58 100644 --- a/ghost/admin/app/components/gh-members-list-item.hbs +++ b/ghost/admin/app/components/gh-members-list-item.hbs @@ -19,7 +19,7 @@ {{/if}} - +
@@ -31,7 +31,7 @@
- + {{#if (and @member.geolocation @member.geolocation.country)}} {{#if (eq @member.geolocation.country_code "US")}} {{@member.geolocation.region}}, US @@ -43,14 +43,14 @@ {{/if}} - + {{#if @member.createdAtUTC}} {{moment-format @member.createdAtUTC "MMM DD, YYYY"}} ({{moment-from-now @member.createdAtUTC}}) {{/if}} - + {{#unless @isEditing}}
{{svg-jar "arrow-right" class="w6 h6 fill-midgrey pa1"}}