Auditionadmin 64 #71
|
|
@ -98,7 +98,7 @@
|
||||||
@if($bonusScore->judges->contains($judge->id))
|
@if($bonusScore->judges->contains($judge->id))
|
||||||
@continue
|
@continue
|
||||||
@endif
|
@endif
|
||||||
<option value="{{ $judge->id }}">{{ $judge->full_name() }}
|
<option value="{{ $judge->id }}">{{ $judge->full_name() }}@if($judge->hasFlag('head_director')) (H) @endif
|
||||||
- {{ $judge->judging_preference }}</option>
|
- {{ $judge->judging_preference }}</option>
|
||||||
@endforeach
|
@endforeach
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
<option>Add a judge</option>
|
<option>Add a judge</option>
|
||||||
<optgroup label="Unassigned Judges">
|
<optgroup label="Unassigned Judges">
|
||||||
@foreach($usersWithoutRooms as $judge) {{-- skip judges alrady assigned to this audition --}}
|
@foreach($usersWithoutRooms as $judge) {{-- skip judges alrady assigned to this audition --}}
|
||||||
<option value="{{ $judge->id }}">{{ $judge->full_name() }}
|
<option value="{{ $judge->id }}">{{ $judge->full_name() }}@if($judge->hasFlag('head_director')) (H) @endif
|
||||||
- {{ $judge->judging_preference }}</option>
|
- {{ $judge->judging_preference }}</option>
|
||||||
@endforeach
|
@endforeach
|
||||||
</optgroup>
|
</optgroup>
|
||||||
|
|
@ -111,7 +111,7 @@
|
||||||
@if($room->judges->contains($judge->id))
|
@if($room->judges->contains($judge->id))
|
||||||
@continue
|
@continue
|
||||||
@endif
|
@endif
|
||||||
<option value="{{ $judge->id }}">{{ $judge->full_name() }}
|
<option value="{{ $judge->id }}">{{ $judge->full_name() }}@if($judge->hasFlag('head_director')) (H) @endif
|
||||||
- {{ $judge->judging_preference }}</option>
|
- {{ $judge->judging_preference }}</option>
|
||||||
@endforeach
|
@endforeach
|
||||||
</optgroup>
|
</optgroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue