From 84578c0d768c50204a4246bf593ef0f2f7625888 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Mon, 4 Nov 2019 16:58:15 +0100 Subject: [PATCH] UI enhancements --- app/templates/corpora/corpus.html.j2 | 11 ++++------ app/templates/jobs/job.html.j2 | 32 +++++++++++++--------------- 2 files changed, 19 insertions(+), 24 deletions(-) diff --git a/app/templates/corpora/corpus.html.j2 b/app/templates/corpora/corpus.html.j2 index 59eabf75..bf04d74d 100644 --- a/app/templates/corpora/corpus.html.j2 +++ b/app/templates/corpora/corpus.html.j2 @@ -19,13 +19,10 @@ - Actions - - helpAnalyse - - - deleteDelete Corpus - + +
+ helpAnalyse + deleteDelete Corpus
diff --git a/app/templates/jobs/job.html.j2 b/app/templates/jobs/job.html.j2 index 512dc734..896d2d25 100644 --- a/app/templates/jobs/job.html.j2 +++ b/app/templates/jobs/job.html.j2 @@ -118,23 +118,6 @@

{{ job.title }}

{{ job.description }}

-

Actions:

- - deleteDelete Job - settingsExport Parameters - - @@ -195,6 +178,10 @@ +
+ settingsExport Parameters + deleteDelete Job +
@@ -228,4 +215,15 @@ + + {% endblock %}