32 lines
477 B
Text
32 lines
477 B
Text
<div id="<%= dom_id link %>">
|
|
<p>
|
|
<strong>Url:</strong>
|
|
<%= link.url %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Text:</strong>
|
|
<%= link.text %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Description:</strong>
|
|
<%= link.description_html %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Last check at:</strong>
|
|
<%= link.last_check_at %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Fail count:</strong>
|
|
<%= link.fail_count %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Link category:</strong>
|
|
<%= link.link_category_id %>
|
|
</p>
|
|
|
|
</div>
|