diff options
author | Mark Longair <mhl@pobox.com> | 2013-09-27 14:16:24 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-19 17:31:36 +0000 |
commit | c97b356cbe855d51e1f32b079e9e06936a4791e1 (patch) | |
tree | 995d8d7365406558e9ca3cd0ee639627287b174d /app/views/help | |
parent | 6d0ce53586762826ac522ffcb84755a88b64af29 (diff) |
Fix the links to the Twitter and RSS icons
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/api.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/api.html.erb b/app/views/help/api.html.erb index 57390d65a..df7bb30b6 100644 --- a/app/views/help/api.html.erb +++ b/app/views/help/api.html.erb @@ -36,7 +36,7 @@ use to get updates and links in XML format. Find the URL of the Atom feed in one of these ways: <ul> - <li>Look for the <img src="/images/feed-16.png" alt=""> RSS feed links.</li> + <li>Look for the <%= image_tag "feed-16.png", :alt => "RSS icon" %> RSS feed links.</li> <li>Examine the <code><link rel="alternate" type="application/atom+xml"></code> tag in the head of the HTML. </li> <li>Add <code>/feed</code> to the start of another URL. </ul> |