Finalize check fields
This commit is contained in:
parent
63fc206c27
commit
174cf9f503
12 changed files with 73 additions and 34 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<td><%= link_to(link.link_category.name, url_for(link)) %></td>
|
||||
<td><%= link_to(truncate(link.url), link.url, target: "_blank", rel: "nofollow") %></td>
|
||||
<td><%= link_to(link.text, url_for(link)) %></td>
|
||||
<td><%= link_to(truncate(link.description_html.to_plain_text), url_for(link)) %></td>
|
||||
<td><%= link_to(truncate(link.description.to_plain_text), url_for(link)) %></td>
|
||||
<td><%= link.last_check_at && l(link.last_check_at, format: :short) %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue