#2292 frontend: show the batch ID (if assigned) in the build detail
Merged 3 years ago by frostyx. Opened 3 years ago by nikromen.
copr/ nikromen/copr link-to-batch  into  main

@@ -104,6 +104,14 @@ 

              PR#{{ build.scm_object_id }}

            </dd>

            {% endif %}

+           {% if build.batch_id %}

+             <dt> Batch: </dt>

+             <dd>

+               <a href="{{ url_for('batches_ns.coprs_batch_detail', batch_id=build.batch_id) }}">

+                 {{ build.batch_id }}

+               </a>

+             </dd>

+           {% endif %}

            <dt> Directory: </dt>

            <dd>

              <a href="{{ build.copr_dir.repo_url }}">

Build succeeded.

Build succeeded.

rebased onto 496949a

3 years ago

Build succeeded.

Pull-Request has been merged by frostyx

3 years ago