| 프로젝트 | 진행 중 | 완료 | |
|---|---|---|---|
| <%= link_to stat[:project].name, project_path(stat[:project]) %> | <%= stat[:in_progress] %> | <%= stat[:completed] %> | <%= link_to '상세', workflow_dashboard_project_path(stat[:project]), class: 'button', style: 'padding: 2px 8px; font-size: 11px;' %> |
워크플로우가 적용된 이슈가 없습니다.
<% end %>| 이슈 | 현재 단계 | |
|---|---|---|
| <%= link_to "##{state.issue.id}", issue_path(state.issue) %> <%= truncate(state.issue.subject, length: 30) %> | <%= state.current_step&.name %> | <%= link_to '처리', issue_path(state.issue), class: 'button button-positive', style: 'padding: 2px 8px; font-size: 11px;' %> |
담당 이슈가 없습니다.
<% end %>| 이슈 | 현재 단계 | 지연일 |
|---|---|---|
| <%= link_to "##{state.issue.id}", issue_path(state.issue) %> <%= truncate(state.issue.subject, length: 25) %> | <%= state.current_step&.name %> | <%= overdue_days %>일 |
<%= link_to '워크플로우 관리', '/custom_workflows', class: 'icon icon-settings' %>