From 1fe6429fcb0fb3e5e0838c43768cac66dd6a28b9 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 16 Oct 2018 13:26:18 -0400 Subject: [PATCH] Jodie request change of the link name for status. Changing to Current if status is Active. Full link is Edit Current Profile. --- views/admin/dashboard/index.html | 4 +++- views/admin/member/index.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/views/admin/dashboard/index.html b/views/admin/dashboard/index.html index dd8d0b05..aa9c8209 100644 --- a/views/admin/dashboard/index.html +++ b/views/admin/dashboard/index.html @@ -33,7 +33,9 @@ {/if} - {$m.status.name} + + Edit {if $m.status.name == 'Active'}Current{else}{$m.status.name}{/if} Profile + {$m.reference_name} diff --git a/views/admin/member/index.html b/views/admin/member/index.html index ec25fc03..1e66fc05 100644 --- a/views/admin/member/index.html +++ b/views/admin/member/index.html @@ -197,7 +197,9 @@ {/if} - {$m.status.name} + + Edit {if $m.status.name == 'Active'}Current{else}{$m.status.name}{/if} Profile + {$m.reference_name} {$m.create_time.datetime} -- 2.17.1