|
@@ -2,7 +2,11 @@ |
|
|
|
|
|
|
|
|
%p= @feed.description |
|
|
%p= @feed.description |
|
|
|
|
|
|
|
|
%p= link_to "Fetch", fetch_feed_url(@feed), :class => "button" |
|
|
|
|
|
|
|
|
%p |
|
|
|
|
|
= link_to "Fetch", fetch_feed_url(@feed), :class => "button" |
|
|
|
|
|
|
|
|
|
|
|
%a.button{ :href => "http://validator.w3.org/appc/check.cgi?url=#{@feed.feed_url}"} |
|
|
|
|
|
Validate |
|
|
|
|
|
|
|
|
%p |
|
|
%p |
|
|
= pluralize(@feed.posts.size, "post") |
|
|
= pluralize(@feed.posts.size, "post") |
|
|