From 831bdd98d0807a9ed14cb6b1e725648aa8142792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr> Date: Mon, 9 Apr 2018 10:19:43 +0200 Subject: [PATCH] add title to the compound detail page Former-commit-id: a0da6601ba238413d362e0c792851efd691610f8 --- ippisite/ippidb/templates/compound_card.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ippisite/ippidb/templates/compound_card.html b/ippisite/ippidb/templates/compound_card.html index a861664d..be68a796 100644 --- a/ippisite/ippidb/templates/compound_card.html +++ b/ippisite/ippidb/templates/compound_card.html @@ -7,6 +7,9 @@ {% include "kekule_display.html" %} <div class="container-fluid"> +<div class="row flex-xl-nowrap"> + <h1 class="page-title">Compound {{ compound.id }}</h1> +</div> <div class="row flex-xl-nowrap"> <div class="col-3"> <div class="nav flex-column nav-pills" id="v-pills-tab" role="tablist"> -- GitLab