From 74923100444ad669f63293466880ac59b05f5585 Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Tue, 4 Dec 2018 15:30:42 -0500 Subject: Abstract Out Inline CSS for Account Views Change-Id: I2da02fa7865b618c583d15cca9ef256c62f19286 Signed-off-by: Sawyer Bergeron --- dashboard/src/templates/account/image_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dashboard/src/templates/account/image_list.html') diff --git a/dashboard/src/templates/account/image_list.html b/dashboard/src/templates/account/image_list.html index fb436df..72ea1f5 100644 --- a/dashboard/src/templates/account/image_list.html +++ b/dashboard/src/templates/account/image_list.html @@ -2,7 +2,7 @@ {% block content %}

Images I Own

{% for image in images %} -
+
  • id: {{image.id}}
  • lab: {{image.from_lab.name}}
  • @@ -14,7 +14,7 @@ {% endfor %}

    Public Images

    {% for image in public_images %} -
    +
    • id: {{image.id}}
    • lab: {{image.from_lab.name}}
    • -- cgit 1.2.3-korg