change admin projects

This commit is contained in:
sylor_huang@126.com 2020-09-18 13:41:44 +08:00
parent bc37c59f00
commit e75fad98f8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<td><%= list_index_no((params[:page] || 1).to_i, index) %></td>
<td><%= project.id %></td>
<td class="text-left">
<%= link_to(project.name, "/projects/#{project.id}", target: '_blank') %>
<%= link_to(project.name, "/projects/#{project.owner.login}/#{project.identifier}", target: '_blank') %>
</td>
<td><%= project.is_public ? '√' : '' %></td>
<td><%= project.issues.size %></td>