Commit 4d625e30 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Removed the new task link in favour of creating new tasks is by hitting the...

Removed the new task link in favour of creating new tasks is by hitting the play button on a container.
parent 35698719
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -26,9 +26,9 @@
      {% endif %}
      </div>

      {% if not data.task %}
      {% if not data.task and not data.tasks %}
      <div class="row" style="padding:10px; padding-left:15px">
      <a href="/create_task">Create new...</a>
      <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 %}