소스 검색

Update RSS validator URL. Fix #26

master
Adrian Short 7 년 전
부모
커밋
40ef6f143d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/views/feeds/show.html.haml

+ 1
- 1
app/views/feeds/show.html.haml 파일 보기

@@ -5,7 +5,7 @@
%p
= link_to "Fetch", fetch_feed_url(@feed), :class => "button"
 
%a.button{ :href => "http://validator.w3.org/appc/check.cgi?url=#{@feed.feed_url}"}<
%a.button{ :href => "https://validator.w3.org/feed/check.cgi?url=#{@feed.feed_url}"}<
Validate
&nbsp;
= link_to 'Edit', edit_feed_path(@feed), :class => "button"


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