feat(profile): 관리자 인증 뱃지 표시 (사번 옆 골드 씰)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user