Fix bug.
This commit is contained in:
parent
1eb541ecf2
commit
12ece8e7e9
|
@ -8,10 +8,9 @@
|
||||||
</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 rescue "" %></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="<%= link.url %>" target="_blank"><%= link.title %></a>
|
<a href="<%= link.url %>" target="_blank"><%= link.title %></a>
|
||||||
<div class="quick-edit">
|
<div class="quick-edit">
|
||||||
|
|
Loading…
Reference in New Issue