feat(profile): 관리자 인증 뱃지 표시 (사번 옆 골드 씰)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-10 14:15:04 +09:00
parent 75685e41da
commit d95f968800
6 changed files with 56 additions and 8 deletions

View File

@@ -20,6 +20,7 @@
<div class="profile-idline">
<h1 class="profile-name"><%= profile.name %></h1>
<span class="profile-sabun"><%= profile.sabun %></span>
<% if (profile.is_admin) { %><span class="admin-badge-wrap" title="관리자 인증"><%- adminBadge({ size: 16 }) %></span><% } %>
</div>
<div class="profile-metaline">
<span><%= profile.project_count %>개 프로젝트</span>