Links, mainly...
This commit is contained in:
parent
fd42a3f173
commit
21ab02d647
69 changed files with 2258 additions and 155 deletions
32
app/views/links/_link.html.erb
Normal file
32
app/views/links/_link.html.erb
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue