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