Only show OT&E admin actions when not in production environment

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=237061813
This commit is contained in:
jianglai 2019-03-06 09:27:36 -08:00
parent d42eeb3755
commit 204cb8e886
10 changed files with 38 additions and 19 deletions

View file

@ -34,6 +34,7 @@
{@param announcementsEmail: string}
{@param supportPhoneNumber: string}
{@param technicalDocsUrl: string}
{@param environment: string}
{call registry.soy.console.header}
{param app: 'registrar' /}
@ -82,7 +83,8 @@
{$supportEmail},
{$announcementsEmail},
{$supportPhoneNumber},
{$technicalDocsUrl});
{$technicalDocsUrl},
{$environment});
</script>
{/if}
{/template}