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 13 lines (11 sloc) 0.34 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
<% throw_content :right do %>
  <h4>View Ping Logs</h4>
  <p>
   This contains the log entries letting you know whether pings to external services when publishing posts was successful or not.
  </p>
<% end %>
 
<h1>View Ping Logs</h1>
 
<table class='tabular'>
  <%= partial('admin/ping_logs/ping_log', :with => @ping_logs) %>
</table>
<br />