diff options
| author | hukl <contact@smyck.org> | 2009-09-10 18:24:47 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-10 18:24:47 +0200 |
| commit | 6edca3b03d00ea0c79ba567a8e941febe34c662d (patch) | |
| tree | ea793f9874db8777358814af9b35d41d786c41fc /app | |
| parent | 4c47711919278fc8f0c3a062dd96615d62d131a3 (diff) | |
added auto discovery link to layout
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/application.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 7a5222d..0e136fb 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | <title><%= page_title %></title> | 8 | <title><%= page_title %></title> |
| 9 | <%= stylesheet_link_tag "ccc" %> | 9 | <%= stylesheet_link_tag "ccc" %> |
| 10 | <%= auto_discovery_link_tag(:rss, {:controller => "rss", :action => "updates"}) %> | ||
| 10 | </head> | 11 | </head> |
| 11 | 12 | ||
| 12 | <body> | 13 | <body> |
