Fix bug.
This commit is contained in:
parent
1eb541ecf2
commit
12ece8e7e9
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue