mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 02:06:00 +02:00
Make registrar console logo non-Google-Registry-specific
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=134691115
This commit is contained in:
parent
f86c7c161c
commit
bf75c4ca48
16 changed files with 70 additions and 23 deletions
|
@ -70,9 +70,11 @@
|
|||
{template .googlebar}
|
||||
{@param username: string}
|
||||
{@param logoutUrl: string}
|
||||
{@param logoFilename: string}
|
||||
{@param productName: string}
|
||||
<div id="kd-googlebar" role="banner">
|
||||
<a class="{css logo}" href="/registrar">
|
||||
<img src="/assets/images/glogo_black.png" alt="Google">Registry
|
||||
<img src="/assets/images/{$logoFilename}" alt="{$productName}">
|
||||
</a>
|
||||
<div id="kd-search">
|
||||
<input id="kd-searchfield"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue