public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
commit  47db466e0dab3c38e216ec614ee8a82ffb567be2
tree    bcca4544e28d56f987d7be5acac068afd74b266f
parent  a85745b82c1c95ddb4cc15f553dcd2fef2f05bf9
100644 19 lines (16 sloc) 0.616 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<% throw_content :right do %>
  <h4>View Ping Services</h4>
  <p>
   Ping services are services that will be notified when you publish new content, so that they can index your articles.
  </p>
 
  <p>
   You can also view the <%= link_to "logs", url(:admin_ping_logs) %> for the ping services, to ensure they are working correctly.
  </p>
<% end %>
 
<h1>View Ping Services</h1>
 
<table class='tabular'>
  <%= partial('admin/ping_services/ping_service', :with => @ping_services) %>
</table>
<br />
<%= link_to "New Ping Service", url(:new_admin_ping_service) %> |
<%= link_to "View Ping Logs", url(:admin_ping_logs) %>