Add admin page link to create new registrar

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=233956155
This commit is contained in:
jianglai 2019-02-14 08:00:43 -08:00
parent 9a6a57c871
commit 4241c7658f
7 changed files with 7 additions and 0 deletions

View file

@ -52,6 +52,13 @@
{call .oteStatus}
{param registrarType: $type /}
{/call}
<tr class="{css('kd-settings-pane-section')}">
<td>
<label class="{css('setting-label')}">Create new registrar</label>
<td class="{css('setting')}">
<p><a href="/registrar-create">New registrar form</a>
</p></td>
</tr>
</table>
</form>
{/template}