diff --git a/app/views/apps/index.html.haml b/app/views/apps/index.html.haml
index 1c57bec..5a04c31 100644
--- a/app/views/apps/index.html.haml
+++ b/app/views/apps/index.html.haml
@@ -13,8 +13,6 @@
Description
%th
Operating Systems
- %th
- User
%tbody
- @apps.each do |app|
%tr{ onclick: "location.href='#{app_path(app)}'" }
@@ -25,5 +23,3 @@
= app.description
%td
= render 'apps/partials/icons', app: app
- %td
- = app.user.username