From 7176ea26ade207ccfbe33ea71c725942ccfd3528 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch <p.jentsch@uni-bielefeld.de> Date: Mon, 4 Nov 2019 15:40:55 +0100 Subject: [PATCH] Show Corpus status on corpus page. --- app/templates/corpora/corpus.html.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/corpora/corpus.html.j2 b/app/templates/corpora/corpus.html.j2 index fbcf321b..59eabf75 100644 --- a/app/templates/corpora/corpus.html.j2 +++ b/app/templates/corpora/corpus.html.j2 @@ -4,6 +4,7 @@ <div class="col s12 m4"> <h3 id="title">{{ corpus.title }}</h3> <p id="description">{{ corpus.description }}</p> + <a class="waves-effect waves-light btn">{{ corpus.status }}</a> </div> <div class="col s12 m8"> -- GitLab