mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 08:16:51 -04:00
Merge pull request #2681 from alphagov/show-domains-against-brands
Show domains, not owners against brands
This commit is contained in:
@@ -26,11 +26,13 @@
|
||||
{{ brand.name or 'Unnamed' }}
|
||||
</a>
|
||||
</div>
|
||||
{% if brand.domain_owner %}
|
||||
<p class="message-type">
|
||||
Default for {{ brand.domain_owner }}
|
||||
</p>
|
||||
{% endif %}
|
||||
<p class="message-type">
|
||||
{% if brand.domain %}
|
||||
Default for {{ brand.domain }}
|
||||
{% else %}
|
||||
–
|
||||
{% endif %}
|
||||
</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user