From 872e9fff161bda4f6750401279e910d51c22ddaf Mon Sep 17 00:00:00 2001
From: Joseph Zidell <josephzidell@users.noreply.github.com>
Date: Thu, 29 Mar 2018 02:08:17 -0400
Subject: [PATCH] Remove extra col

Remove extra `%th`
---
 app/views/doorkeeper/authorized_applications/index.html.haml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/views/doorkeeper/authorized_applications/index.html.haml b/app/views/doorkeeper/authorized_applications/index.html.haml
index c8a585560a2..cd2acc665bc 100644
--- a/app/views/doorkeeper/authorized_applications/index.html.haml
+++ b/app/views/doorkeeper/authorized_applications/index.html.haml
@@ -8,7 +8,6 @@
           %th Application
           %th Created At
           %th
-          %th
       %tbody
         - @applications.each do |application|
           %tr
-- 
GitLab