Skip to content

Commit

Permalink
fix: remove ML display
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt committed Oct 25, 2024
1 parent 4085aee commit 32e964c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions resources/views/browse/_masterlist_content.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,7 @@
</a>
</div>
<div class="small">
{!! $character->image->species_id ? $character->image->species->displayName : 'No Species' !!}{!! $character->image->rarity_id ? $character->image->rarity->displayName : 'No Rarity' !!}
@if (Settings::get('character_title_display') && $character->image->hasTitle)
{!! $character->image->title_id
? $character->image->title->displayNameShort
: (isset($character->image->title_data['short'])
? nl2br(htmlentities($character->image->title_data['short']))
: nl2br(htmlentities($character->image->title_data['full']))) !!}
@endif
{!! $character->displayOwner !!}
{!! $character->image->species_id ? $character->image->species->displayName : 'No Species' !!}{!! $character->image->rarity_id ? $character->image->rarity->displayName : 'No Rarity' !!}{!! $character->displayOwner !!}
</div>
</div>
@endforeach
Expand Down

0 comments on commit 32e964c

Please sign in to comment.