diff options
| author | hukl <contact@smyck.org> | 2009-12-06 11:32:59 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-12-06 11:32:59 +0100 |
| commit | 1b86bf5f2e35d1820bfa32d979bcc2d9ff9a9a8e (patch) | |
| tree | ddaf52e66a31b433cae960e6d316d6f5baec3d16 /app | |
| parent | 3af611abb212052351f0979b85027adafce87a69 (diff) | |
changed the auto discovery tag to annoucne rss and atom
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/application.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 71a6fcd..c75b803 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -12,8 +12,8 @@ | |||
| 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(:atom, {:controller => "rss", :action => "updates", :format => :xml}) %> | 15 | <%= auto_discovery_link_tag(:atom, {:locale => :de, :controller => "rss", :action => "updates", :format => :xml}) %> |
| 16 | <%= auto_discovery_link_tag(:rdf, {:controller => "rss", :action => "updates", :format => :rdf}) %> | 16 | <%= auto_discovery_link_tag(:rss, {:locale => :de, :controller => "rss", :action => "updates", :format => :rdf}) %> |
| 17 | </head> | 17 | </head> |
| 18 | 18 | ||
| 19 | <body> | 19 | <body> |
