From 6f43325e42313cdde83493f4301f377ca405a8b5 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 30 Jan 2018 13:37:27 -0500 Subject: [PATCH] Add a link to the app repo --- app/static/css/tartiflette.css | 2 +- app/templates/appci_app.html | 13 +++++++++---- app/templates/appci_branch.html | 20 ++++++++++++++------ 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/app/static/css/tartiflette.css b/app/static/css/tartiflette.css index 39571b0..7ec1a19 100644 --- a/app/static/css/tartiflette.css +++ b/app/static/css/tartiflette.css @@ -11,7 +11,7 @@ a { color:#007bff; } .ci-app-table > thead, .ci-app-table > tbody { display: block; width: 100%;} -.ci-app-table { margin: 0 auto; margin-top: 100px; max-width: 1070px; overflow-x: visible; } +.ci-app-table { margin: 0 auto; margin-top: 100px; max-width: 1150px; overflow-x: visible; } .ci-app-table th, .ci-app-table td { display: block; border: none; padding; 0px;float: left; height:33px; width: 33px; margin: 5px; } th.ci-app-test-title diff --git a/app/templates/appci_app.html b/app/templates/appci_app.html index 3ceabae..97689f1 100644 --- a/app/templates/appci_app.html +++ b/app/templates/appci_app.html @@ -1,7 +1,12 @@ {% extends "base.html" %} {% block content %} -

{{ app.name.title() }}

+

{{ app.name.title() }} + + +

@@ -41,7 +46,7 @@ {% endif %} {% if result.commit != result.app.master_commit %} - {% endif %} @@ -70,7 +75,7 @@ Commit is not up to date on {{ app.list.name }}.json !

{% endif %} - + {% if app.testing_diff > 0 %}

@@ -94,7 +99,7 @@ No issues opened for this app !

{% endif %} - + {% if app.opened_prs > 0 %}

diff --git a/app/templates/appci_branch.html b/app/templates/appci_branch.html index 0560cee..7e0a897 100644 --- a/app/templates/appci_branch.html +++ b/app/templates/appci_branch.html @@ -16,6 +16,7 @@

{{ test }}
{% endfor %} + @@ -26,8 +27,8 @@ {% endif %} - - {{ result.app.name }} + + {{ result.app.name }} @@ -38,28 +39,35 @@
{% endfor %} - + {% if result.date == None %} ??? {% else %} {% endif %} {% if result.commit != result.app.master_commit %} - {% endif %} {% if result.app.public_commit != result.app.master_commit %} - {% endif %} {% if result.app.testing_diff > 0 %} - {% endif %} + + + + + {% endfor %}