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:
jakubvrana 2019-04-16 11:35:37 -07:00 committed by jianglai
parent 6ee462247c
commit 212bd54b55

View file

@ -46,12 +46,12 @@
<link rel="icon" href="/assets/images/ribbon_certified-64.png">
{switch DEBUG}
{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}
<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}
<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}
<!-- No DEBUG option set. -->
{/switch}