diff --git a/resources/views/teams/show.blade.php b/resources/views/teams/show.blade.php
index 45b1d84f37d..7e8bd0e786c 100644
--- a/resources/views/teams/show.blade.php
+++ b/resources/views/teams/show.blade.php
@@ -25,114 +25,112 @@
'backgroundImage' => $headerUrl,
]])
-
-
-
-
- @if (priv_check('TeamUpdate', $team)->can())
-
-
-
-
+
+
+
+ @if (priv_check('TeamUpdate', $team)->can())
+
- @endif
-
-
-
- @include('objects._flag_team', ['modifiers' => 'full', 'team' => $team])
+
+
+
-
-
- {{ $team->name }}
-
-
-
- [{{ $team->short_name }}]
-
-
+ @endif
+
+
+
+ @include('objects._flag_team', ['modifiers' => 'full', 'team' => $team])
+
+
+
+ {{ $team->name }}
+
+
+
+ [{{ $team->short_name }}]
+
-
-