From 3a3e4258ef35ed2e59584a91e5255b3badb65bc8 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 2 Mar 2016 15:37:55 +0000 Subject: [PATCH] Remove template column MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As one of our user research participants pointed out, this column is redundant because we’re showing the template on the page already. --- app/templates/views/job.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/templates/views/job.html b/app/templates/views/job.html index 6524e1a82..f62d6eaa6 100644 --- a/app/templates/views/job.html +++ b/app/templates/views/job.html @@ -74,9 +74,6 @@ {% call field() %} {{ item.to }} {% endcall %} - {% call field() %} - {{item.template}} - {% endcall %} {% call field( align='right', status='error' if item.status == 'Failed' else 'default'