fix: [claude-code] body_html_ko 미존재 시 fallback 처리
This commit is contained in:
@@ -131,7 +131,7 @@ class="text-gray-400 hover:text-gray-600" onclick="event.stopPropagation()">
|
||||
{{-- 본문 (첫번째만 열림) --}}
|
||||
<div id="release-body-{{ $index }}" class="{{ $index === 0 ? '' : 'hidden' }}">
|
||||
<div class="px-5 py-4 release-body text-sm">
|
||||
<div x-show="lang === 'ko'">{!! $release['body_html_ko'] !!}</div>
|
||||
<div x-show="lang === 'ko'">{!! $release['body_html_ko'] ?? $release['body_html'] !!}</div>
|
||||
<div x-show="lang === 'en'">{!! $release['body_html'] !!}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user