mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 11:29:25 +02:00
Move manage your domain
This commit is contained in:
parent
1aceeaf624
commit
f5edd64c92
2 changed files with 11 additions and 11 deletions
|
@ -148,8 +148,18 @@
|
|||
<div class="usa-logo" id="extended-logo">
|
||||
<strong class="usa-logo__text" >
|
||||
<a href="{% url 'home' %}"> .gov </a>
|
||||
</strong>
|
||||
</strong>
|
||||
</div>
|
||||
|
||||
<a href="{% url 'home' %}" class="breadcrumb__back">
|
||||
<strong class="display-flex">
|
||||
Manage your domains
|
||||
</strong>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
<button type="button" class="usa-menu-btn">Menu</button>
|
||||
</div>
|
||||
|
|
|
@ -42,16 +42,6 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
<a href="{% url 'home' %}" class="breadcrumb__back">
|
||||
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img">
|
||||
<use xlink:href="{% static 'img/sprite.svg' %}#arrow_back"></use>
|
||||
</svg>
|
||||
|
||||
<p class="margin-left-05 margin-top-0 margin-bottom-0 line-height-sans-1">
|
||||
Back to manage your domains
|
||||
</p>
|
||||
</a>
|
||||
{% endif %}
|
||||
{# messages block is under the back breadcrumb link #}
|
||||
{% if messages %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue