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:
mcilwain 2016-08-22 10:42:46 -07:00 committed by Ben McIlwain
parent 1482e413e0
commit dd09dc1837
4 changed files with 11 additions and 12 deletions

View file

@ -16,7 +16,7 @@
/**
* Create contact
*/
{template .createcontact}
{template .contactcreate}
{@param? id: string}
{@param? name: string}
{@param? org: string}

View file

@ -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}