diff mbox

templates/patch-list: patches table has 6 columns

Message ID 1385028243-10043-1-git-send-email-andreas@biessmann.de
State Superseded
Headers show

Commit Message

Andreas Bießmann Nov. 21, 2013, 10:04 a.m. UTC
Signed-off-by: Andreas Bießmann <andreas@biessmann.de>
---
 templates/patchwork/patch-list.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andreas Bießmann July 24, 2014, 1:20 p.m. UTC | #1
Dear Jeremy,

On 11/21/2013 11:04 AM, Andreas Bießmann wrote:
> Signed-off-by: Andreas Bießmann <andreas@biessmann.de>
> ---
>  templates/patchwork/patch-list.html |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html
> index 59adbe3..b1eeebf 100644
> --- a/templates/patchwork/patch-list.html
> +++ b/templates/patchwork/patch-list.html
> @@ -238,7 +238,7 @@
>  
>  {% else %}
>   <tr>
> -  <td colspan="5">No patches to display</td>
> +  <td colspan="6">No patches to display</td>
>   </tr>
>  {% endif %}
>  
> 

I'd like to ping this also. But I think it is outdated since the 'A/R/T'
column was added. Unfortunately I can't find those patches in git
currently. Could you please push those changes too?

Best regards

Andreas Bießmann
Jeremy Kerr July 25, 2014, 7:28 a.m. UTC | #2
Hi Andreas,

> I'd like to ping this also. But I think it is outdated since the 'A/R/T'
> column was added. Unfortunately I can't find those patches in git
> currently. Could you please push those changes too?

The A/R/T stuff needs a bit of a rework before I push it to the git repo 
- mostly from feedback on projects using the instance on ozlabs.org. 
Working on that now though :)

Cheers,


Jeremy
diff mbox

Patch

diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html
index 59adbe3..b1eeebf 100644
--- a/templates/patchwork/patch-list.html
+++ b/templates/patchwork/patch-list.html
@@ -238,7 +238,7 @@ 
 
 {% else %}
  <tr>
-  <td colspan="5">No patches to display</td>
+  <td colspan="6">No patches to display</td>
  </tr>
 {% endif %}