Skip to content

Commit

Permalink
[#31418] Remove 1st Concept Category from Breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Sep 24, 2024
1 parent 4694229 commit 4cc246e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resources/views/concepts/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
@endif

<ol class="breadcrumb">
{{-- TODO: Rename Occupation Terms with dynamic concept category or categories --}}
<li class="breadcrumb-item"><a href="/concepts">Concepts</a></li>

@if (!empty($concept->conceptCategories) and (count($concept->conceptCategories) > 0))
<li class="breadcrumb-item active">{{ $concept->conceptCategories[0]['value']}} Terms</li>
@endif
</ol>

@if (false) #permissions.EditResources
Expand Down

0 comments on commit 4cc246e

Please sign in to comment.