From 0d4317e96d3a0b4aa55d57f23537a7e3a4478901 Mon Sep 17 00:00:00 2001 From: wrigleyDan Date: Fri, 17 Jan 2025 14:43:08 +0100 Subject: [PATCH] Remove owner badge from Team page, remove filter from team listing --- app/assets/templates/views/teams/index.html | 16 ---------------- app/assets/templates/views/teams/show.html | 4 ---- 2 files changed, 20 deletions(-) diff --git a/app/assets/templates/views/teams/index.html b/app/assets/templates/views/teams/index.html index 153e9745a..0a5bab8d8 100644 --- a/app/assets/templates/views/teams/index.html +++ b/app/assets/templates/views/teams/index.html @@ -9,22 +9,6 @@

Teams

-
- View -     -
- - - -
-
-
diff --git a/app/assets/templates/views/teams/show.html b/app/assets/templates/views/teams/show.html index b50903855..8c63ca214 100644 --- a/app/assets/templates/views/teams/show.html +++ b/app/assets/templates/views/teams/show.html @@ -29,10 +29,6 @@

Team: {{ currentTeam.name }}

{{ currentTeam.owner.display_name }} -   - - owner -

{{ currentTeam.owner.email }}