public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Search Repo:
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
commit  d9d18931ea46b6422c7ebe5db579fff24a7f5133
tree    29f0bb049d1661cbc238b551d10c2f95ac41a552
parent  97672ec9e37de6fce7bfff240412856cad1622c4
feather-plugins / feather-pings / views / admin / ping_logs / _ping_log.html.erb
100644 6 lines (6 sloc) 0.298 kb
1
2
3
4
5
6
<tr>
  <td><%= ping_log.service.nil? ? "Unknown" : link_to(ping_log.service.name, url(:admin_ping_service, ping_log.service)) %></td>
  <td><%= ping_log.successful %></td>
  <td><%= render_relative_date(ping_log.created_at) %></td>
  <td><%= link_to "View", url(:admin_ping_log, ping_log) %></td>
</tr>