diff options
Diffstat (limited to 'ogcp/templates/actions/list_images.html')
-rw-r--r-- | ogcp/templates/actions/list_images.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/list_images.html b/ogcp/templates/actions/list_images.html index f126603..708431c 100644 --- a/ogcp/templates/actions/list_images.html +++ b/ogcp/templates/actions/list_images.html @@ -5,7 +5,7 @@ {% block content %} -<h1 class="m-5">{{_('List images')}}</h1> +<h2 class="mx-5 subhead-heading">{{_('List images')}}</h2> {% for server in servers %} {% for repo, images in server['repos'] %} <h4 class="mx-5">{{repo}}</h4> |