Fix bug.
This commit is contained in:
parent
141dd0af7b
commit
1eb541ecf2
|
@ -8,6 +8,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<% @links.each do |link| %>
|
||||
<% next if link.nil? %>
|
||||
<tr>
|
||||
<td><%= link.status_for_table %></td>
|
||||
<td><%= link.category.title %></td>
|
||||
|
|
Loading…
Reference in New Issue