From 4d625e30696240e8dd79671cb888dd3e26e55223 Mon Sep 17 00:00:00 2001 From: Stefano Alberto Russo <stefano.russo@gmail.com> Date: Sat, 20 Feb 2021 23:59:11 +0100 Subject: [PATCH] Removed the new task link in favour of creating new tasks is by hitting the play button on a container. --- services/webapp/code/rosetta/core_app/templates/tasks.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/webapp/code/rosetta/core_app/templates/tasks.html b/services/webapp/code/rosetta/core_app/templates/tasks.html index cf14bdc..2f25d24 100644 --- a/services/webapp/code/rosetta/core_app/templates/tasks.html +++ b/services/webapp/code/rosetta/core_app/templates/tasks.html @@ -26,9 +26,9 @@ {% endif %} </div> - {% if not data.task %} - <div class="row" style="padding:10px; padding-left:15px"> - <a href="/create_task">Create new...</a> + {% if not data.task and not data.tasks %} + <div class="row" style="padding:10px; padding-left:15px"> + <i>Nothing here. To create a new task, choose a container from the "containers" menu entry and run it by hitting the play button.</i> </div> {% endif %} -- GitLab