mirror of
https://github.com/google/nomulus
synced 2026-02-04 20:12:23 +00:00
Rename Soy map to legacy_object_map (first step of migration)
See []for more information Created with the tools in [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=185042097
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
|
||||
/** Renders an input form row for a specific type of contact. */
|
||||
{template .showContact_ visibility="private"}
|
||||
{@param contacts: list<map<string, ?>>} /** List of EPP domain:contacts. */
|
||||
{@param contacts: list<legacy_object_map<string, ?>>} /** List of EPP domain:contacts. */
|
||||
{@param type: string} /** Type of contact (e.g. admin, tech) */
|
||||
{for $contact in $contacts}
|
||||
{if $type == $contact['@type']}
|
||||
|
||||
Reference in New Issue
Block a user