From e400f2052c788cebb5022dbfae8a4339fb44cc00 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Fri, 1 Feb 2019 13:55:28 +0100 Subject: [PATCH] Remove user from apps index table --- app/views/apps/index.html.haml | 4 ---- 1 file changed, 4 deletions(-) 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