조직도 관리

<%= link_to 'CEO 등록', new_department_path(type: 'ceo'), class: 'icon icon-add' %> <%= link_to 'C-Level 추가', new_department_path(type: 'executive'), class: 'icon icon-add' %> <%= link_to '본부 추가', new_department_path(type: 'division'), class: 'icon icon-add' %> <%= link_to '팀 추가', new_department_path(type: 'team'), class: 'icon icon-add' %> | <%= link_to '조직도 보기', org_chart_view_path, class: 'icon icon-stats', target: '_blank' %>

<% if @departments.any? %> <%= render_department_rows(@departments, 0) %>
부서명 유형 리더 구성원 작업
<% else %>

등록된 부서가 없습니다. CEO를 먼저 등록하세요.

<% end %>