Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #47 from Safing/fix/app-view
Browse files Browse the repository at this point in the history
Remove user from apps index table
  • Loading branch information
davegson authored Feb 1, 2019
2 parents ae65deb + e400f20 commit 3ba3f94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/views/apps/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
Description
%th
Operating Systems
%th
User
%tbody
- @apps.each do |app|
%tr{ onclick: "location.href='#{app_path(app)}'" }
Expand All @@ -25,5 +23,3 @@
= app.description
%td
= render 'apps/partials/icons', app: app
%td
= app.user.username

0 comments on commit 3ba3f94

Please sign in to comment.