소스 검색

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")


불러오는 중...
취소
저장