From 276fb0ba0928d1bd3e4cde223aaa05a0310d5c69 Mon Sep 17 00:00:00 2001 From: ziggi Date: Mon, 11 Dec 2017 15:25:38 +0000 Subject: [PATCH] --- templs/alias-list.html.ep | 3 ++- templs/user-list.html.ep | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templs/alias-list.html.ep b/templs/alias-list.html.ep index 0eeb893..54b08ea 100644 --- a/templs/alias-list.html.ep +++ b/templs/alias-list.html.ep @@ -58,8 +58,9 @@ % } % if ($domain_id) { + % my $domain_name = $u->domain_profile($domain_id)->{name};
- Aliases + Aliases <%= $domain_name %> diff --git a/templs/user-list.html.ep b/templs/user-list.html.ep index 383bf5e..f9ec725 100644 --- a/templs/user-list.html.ep +++ b/templs/user-list.html.ep @@ -11,11 +11,10 @@ % my $domain_id = $req->param('domain_id'); - - % if ($domain_id) { + % my $domain_name = $u->domain_profile($domain_id)->{name};
- Accounts + Accounts <%= $domain_name %>