mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 16:37:13 +02:00
Rename soy templates to use consistent naming scheme
We use {EPP resource}{action} as the naming scheme everywhere else, so we shoudl do so here too. It's generally nicer for files to group by type of EPP resource (so all of the domain actions are together) than by type of action. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130955192
This commit is contained in:
parent
1482e413e0
commit
dd09dc1837
4 changed files with 11 additions and 12 deletions
|
@ -16,7 +16,7 @@
|
|||
/**
|
||||
* Create contact
|
||||
*/
|
||||
{template .createcontact}
|
||||
{template .contactcreate}
|
||||
{@param? id: string}
|
||||
{@param? name: string}
|
||||
{@param? org: string}
|
|
@ -16,7 +16,7 @@
|
|||
/**
|
||||
* Create domain
|
||||
*/
|
||||
{template .createdomain}
|
||||
{template .domaincreate}
|
||||
{@param domain: string}
|
||||
{@param? period: string}
|
||||
{@param? ns: list<string>}
|
||||
|
@ -53,4 +53,3 @@
|
|||
</command>
|
||||
</epp>
|
||||
{/template}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue