<%= link_to story.name, story_path(story) %> |
<%= link_to story.project.name, project_path(story.project) %> |
<% if story.project.product %>
<%= link_to story.project.product.name, product_path(story.project.product) %>
<% else %>
-
<% end %>
|
<%= link_to t('workflow.user.next_task'), next_task_workflow_user_index_path(story) %> |
<% end %>