Update home.html

This commit is contained in:
zandercymatics 2023-08-16 15:30:59 -06:00
parent aa6d687fa6
commit a0f50465f8
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -43,13 +43,13 @@
<td data-label="Status">{{ domain.application_status|title }}</td> <td data-label="Status">{{ domain.application_status|title }}</td>
<td> <td>
<a href="{% url "domain" pk=domain.pk %}"> <a href="{% url "domain" pk=domain.pk %}">
<svg <svg
class="usa-icon" class="usa-icon"
aria-hidden="true" aria-hidden="true"
focusable="false" focusable="false"
role="img" role="img"
width="24" width="24"
> >
<use xlink:href="{%static 'img/sprite.svg'%}#settings"></use> <use xlink:href="{%static 'img/sprite.svg'%}#settings"></use>
</svg> </svg>
Manage <span class="usa-sr-only">{{ domain.name }}</span> Manage <span class="usa-sr-only">{{ domain.name }}</span>
@ -115,14 +115,16 @@
aria-live="polite" aria-live="polite"
></div> ></div>
{% else %} {% else %}
<p>You don't have any active domain requests right now</p> <p>You don't have any active domain requests right now</p>
{% endif %} {% endif %}
<p><a href="{% url 'application:' %}" class="usa-button">Start a new domain request</a></p> <p><a href="{% url 'application:' %}" class="usa-button">Start a new domain request</a></p>
</section> </section>
{# Note: Reimplement this later after MVP #}
<!--
<section class="section--outlined tablet:grid-col-11 desktop:grid-col-10"> <section class="section--outlined tablet:grid-col-11 desktop:grid-col-10">
<h2>Archived domains</h2> <h2>Archived domains</h2>
<p>You don't have any archived domains</p> <p>You don't have any archived domains</p>
</section> </section>
<section class="tablet:grid-col-11 desktop:grid-col-10"> <section class="tablet:grid-col-11 desktop:grid-col-10">
@ -132,7 +134,7 @@
Export domains as csv Export domains as csv
</a> </a>
</section> </section>
-->
</div> </div>
{% else %} {# not user.is_authenticated #} {% else %} {# not user.is_authenticated #}