From c482acbe0caca0f20a1df24ffa36b112573112f2 Mon Sep 17 00:00:00 2001 From: Silvie Chlupova Date: Oct 08 2019 11:35:51 +0000 Subject: frontend: display project ID in UI Fixes: #1008 --- diff --git a/frontend/coprs_frontend/coprs/templates/coprs/detail.html b/frontend/coprs_frontend/coprs/templates/coprs/detail.html index 1bd8454..08765b6 100644 --- a/frontend/coprs_frontend/coprs/templates/coprs/detail.html +++ b/frontend/coprs_frontend/coprs/templates/coprs/detail.html @@ -35,6 +35,7 @@ {% if copr.forked_from %} ( forked from {{ copr_title(copr.forked_from) }}) {% endif %} +

Project ID: {{ copr.id }}