|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
<td><%= myshixun.identifier %></td>
|
|
|
|
|
<td class="text-left">
|
|
|
|
|
<% current_task = myshixun.last_executable_task || myshixun.last_task %>
|
|
|
|
|
<%= link_to "/myshixuns/#{myshixun.identifier}/stages/#{current_task.identifier}", target: '_blank' do %>
|
|
|
|
|
<%= link_to "/tasks/#{current_task.identifier}", target: '_blank' do %>
|
|
|
|
|
<%= overflow_hidden_span myshixun.shixun.name, width: 280 %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</td>
|
|
|
|
|