<%= link_to '← 대시보드로'.html_safe, workflow_dashboard_path, class: 'icon icon-back' %>
진행 중인 워크플로우 이슈가 없습니다.
<% end %>| # | 제목 | 워크플로우 | 현재 단계 | 담당자 | 상태 | 갱신일 |
|---|---|---|---|---|---|---|
| <%= link_to "##{state.issue.id}", issue_path(state.issue) %> | <%= link_to state.issue.subject, issue_path(state.issue) %> | <%= state.custom_workflow&.name %> | <% if state.completed_at %> 완료 <% else %> <%= state.current_step&.name %> <% end %> | <%= state.issue.assigned_to&.name || '-' %> | <%= state.issue.status&.name %> | <%= format_time(state.updated_at) %> |
워크플로우 이슈가 없습니다.
<% end %>