From 8fa761f4ab1d7ecfeed6a62ceb2462c8056d14f3 Mon Sep 17 00:00:00 2001 From: Neil Martinsen-Burrell Date: Wed, 1 Feb 2023 13:54:11 -0600 Subject: [PATCH] Review feedback: live region, SVG width, etc. --- src/registrar/templates/home.html | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/src/registrar/templates/home.html b/src/registrar/templates/home.html index 9239853fb..65f904794 100644 --- a/src/registrar/templates/home.html +++ b/src/registrar/templates/home.html @@ -7,7 +7,7 @@ {% block content %}
{% if user.is_authenticated %} -{# complete logged in page together here #} +{# the entire logged in page goes here #}

Manage your domains

@@ -16,13 +16,7 @@

Registered domains

- {% if domains %} - {% for domain in domains %} - {{ domain }} - {% endfor %} - {% else %} -

You don't have any registered domains yet

- {% endif %} +

You don't have any registered domains yet

@@ -35,7 +29,7 @@ Domain name Date created Status - Action + Action @@ -49,13 +43,13 @@ {% if application.status == "started" %} - {{ application.requested_domain.name|default:"New domain request" }} {% else %} - {{application.requested_domain.name}} @@ -66,6 +60,10 @@ {% endfor %} +
{% else %}

You don't have any active domain requests right now

{% endif %} @@ -74,13 +72,7 @@

Archived domains

- {% if archived_domains %} - {% for domain in archived_domains %} - {{ domain }} - {% endfor %} - {% else %}

You don't have any archived domains

- {% endif %}
@@ -94,7 +86,7 @@
{% else %} {# not user.is_authenticated #} -{# complete logged out page here #} +{# the entire logged out page goes here #}

Sign in