From 2f179a32d1372037fe26a460696f5958e6a637ea Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 22 Jan 2019 16:05:47 +0000 Subject: [PATCH] Fix link to CI on per-app pages --- app/templates/appci_app.html | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/app/templates/appci_app.html b/app/templates/appci_app.html index 9ce546b..ff69262 100644 --- a/app/templates/appci_app.html +++ b/app/templates/appci_app.html @@ -40,19 +40,11 @@ {% endfor %} - {% if result.url == None %} - {% if result.date == None %} - ??? - {% else %} - - {% endif %} - {% else %} - {% if result.date == None %} - ??? - {% else %} - - {% endif %} - {% endif %} + {% if result.date == None %} + ??? + {% else %} + + {% endif %} {% if result.commit != result.app.master_commit %}