Преглед изворни кода

Added Validate link to W3C RSS/Atom feed validator

master
Adrian Short пре 12 година
родитељ
комит
6b647c08e7
1 измењених фајлова са 5 додато и 1 уклоњено
  1. +5
    -1
      app/views/feeds/show.html.haml

+ 5
- 1
app/views/feeds/show.html.haml Прегледај датотеку

@@ -2,7 +2,11 @@

%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
= pluralize(@feed.posts.size, "post")


Loading…
Откажи
Сачувај