This commit is contained in:
chiu 2020-12-26 22:29:23 +08:00
parent 1eb541ecf2
commit 12ece8e7e9
1 changed files with 1 additions and 2 deletions

View File

@ -8,10 +8,9 @@
</thead>
<tbody>
<% @links.each do |link| %>
<% next if link.nil? %>
<tr>
<td><%= link.status_for_table %></td>
<td><%= link.category.title %></td>
<td><%= link.category.title rescue "" %></td>
<td>
<a href="<%= link.url %>" target="_blank"><%= link.title %></a>
<div class="quick-edit">