mirror of
https://github.com/google/nomulus.git
synced 2025-05-09 08:18:21 +02:00
Remove references to |blessStringAsTrustedResourceUrlForLegacy in <link href>.
This directive will be deleted in the future, this change prepares for it. More information: [] Tested: TAP --sample for global presubmit queue [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=243847668
This commit is contained in:
parent
6ee462247c
commit
212bd54b55
1 changed files with 3 additions and 3 deletions
|
@ -46,12 +46,12 @@
|
||||||
<link rel="icon" href="/assets/images/ribbon_certified-64.png">
|
<link rel="icon" href="/assets/images/ribbon_certified-64.png">
|
||||||
{switch DEBUG}
|
{switch DEBUG}
|
||||||
{case google.registry.ui.ConsoleDebug.PRODUCTION}
|
{case google.registry.ui.ConsoleDebug.PRODUCTION}
|
||||||
<link rel="stylesheet" href="/assets/css/{$app |blessStringAsTrustedResourceUrlForLegacy}_bin.css">
|
<link rel="stylesheet" href="/assets/css/{$app}_bin.css">
|
||||||
{case google.registry.ui.ConsoleDebug.DEBUG}
|
{case google.registry.ui.ConsoleDebug.DEBUG}
|
||||||
<link rel="stylesheet" href="/assets/css/{$app |blessStringAsTrustedResourceUrlForLegacy}_dbg.css">
|
<link rel="stylesheet" href="/assets/css/{$app}_dbg.css">
|
||||||
{case google.registry.ui.ConsoleDebug.RAW}
|
{case google.registry.ui.ConsoleDebug.RAW}
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="/assets/sources/domain_registry/java/google/registry/ui/css/{$app |blessStringAsTrustedResourceUrlForLegacy}_imports_raw.css">
|
href="/assets/sources/domain_registry/java/google/registry/ui/css/{$app}_imports_raw.css">
|
||||||
{default}
|
{default}
|
||||||
<!-- No DEBUG option set. -->
|
<!-- No DEBUG option set. -->
|
||||||
{/switch}
|
{/switch}
|
||||||
|
|
Loading…
Add table
Reference in a new issue