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 !
fix issue with the ping service name link and handling unknown services
eldiablo (author)
Thu May 15 00:45:09 -0700 2008
commit  d9d18931ea46b6422c7ebe5db579fff24a7f5133
tree    29f0bb049d1661cbc238b551d10c2f95ac41a552
parent  97672ec9e37de6fce7bfff240412856cad1622c4
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 <tr>
0
-  <td><%= ping_log.service.nil? ? "Unknown" : link_to ping_log.service.name, url(:admin_ping_service, ping_log.service) %></td>
0
+  <td><%= ping_log.service.nil? ? "Unknown" : link_to(ping_log.service.name, url(:admin_ping_service, ping_log.service)) %></td>
0
   <td><%= ping_log.successful %></td>
0
   <td><%= render_relative_date(ping_log.created_at) %></td>
0
   <td><%= link_to "View", url(:admin_ping_log, ping_log) %></td>

Comments

    No one has commented yet.