diff options
| author | hukl <contact@smyck.org> | 2009-11-08 18:58:56 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-08 18:58:56 +0100 |
| commit | bc2908b802f911b44884f3de01369d298554cbb7 (patch) | |
| tree | dfa27aa0bb14be810eb585bbee298c24f4dfdb14 /app/views/layouts/application.html.erb | |
| parent | 41fbeb4a740bfe9e35130bc1c9f4d7e4198fe6cf (diff) | |
changes for atom feed - hope that helps
Diffstat (limited to 'app/views/layouts/application.html.erb')
| -rw-r--r-- | app/views/layouts/application.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index c7704ac..cc4c01b 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | <%= stylesheet_link_tag "shadowbox" %> | 12 | <%= stylesheet_link_tag "shadowbox" %> |
| 13 | <%= javascript_include_tag 'public' %> | 13 | <%= javascript_include_tag 'public' %> |
| 14 | 14 | ||
| 15 | <%= auto_discovery_link_tag(:rss, {:controller => "rss", :action => "updates"}) %> | 15 | <%= auto_discovery_link_tag(:atom, {:controller => "rss", :action => "updates"}) %> |
| 16 | </head> | 16 | </head> |
| 17 | 17 | ||
| 18 | <body> | 18 | <body> |
