Browse Source

change admin projects

pull/278/head
sylor_huang@126.com 5 years ago
parent
commit
e75fad98f8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admins/projects/shared/_list.html.erb

+ 1
- 1
app/views/admins/projects/shared/_list.html.erb 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>


Loading…
Cancel
Save