Update _index.html.erb

This commit is contained in:
chiu 2019-09-16 20:35:57 +08:00
parent 563127c735
commit 3c865b7c1b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<% end %>
</td>
<td>
<a href="#" target="_blank"><%= archive.title %></a>
<a href="/admin/archive_files/show?title=<%= archive.title %>" target="_blank"><%= archive.title %></a>
<div class="quick-edit">
<ul class="nav nav-pills">
<% if can_edit_or_delete?(archive) %>