diff --git a/resources/views/pages/association/project-support/index.blade.php b/resources/views/pages/association/project-support/index.blade.php index 01f713b..679bfe4 100644 --- a/resources/views/pages/association/project-support/index.blade.php +++ b/resources/views/pages/association/project-support/index.blade.php @@ -180,7 +180,10 @@ $delete = function ($id) { @endif
- @if($currentPleb && $currentPleb->id === $project->einundzwanzig_pleb_id) + @if( + ($currentPleb && $currentPleb->id === $project->einundzwanzig_pleb_id) + || ($currentPleb && in_array(config('einundzwanzig.config.current_board'), $currentPleb->npub, true)) + )