Skip to content

Commit

Permalink
クラスの表示を追加 (lily.show)
Browse files Browse the repository at this point in the history
  • Loading branch information
miyacorata committed May 12, 2021
1 parent aee55b7 commit 6d7d833
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/lily/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
@if(!empty($triples[$ts]['lily:gardenDepartment']))
@include('app.lilyprofiletable.record',['object' => $triples[$ts]['lily:gardenDepartment'], 'th' => '学科'])
@endif
@if(!empty($triples[$ts]['lily:class'][0]))
@include('app.lilyprofiletable.record',['object' => $triples[$ts]['lily:class'][0], 'th' => 'クラス'])
@endif
<?php
$legion_name = $triples[$triples[$ts]['lily:legion'][0] ?? 0]['schema:name'][0] ?? null;
if(!empty($legion_name) and !empty($triples[$triples[$ts]['lily:legion'][0]]['schema:alternateName'][0])){
Expand Down

0 comments on commit 6d7d833

Please sign in to comment.