diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-26 16:19:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-26 16:19:12 +0000 |
commit | 58f8a23d58c5419a158d84888025a7ae930833ca (patch) | |
tree | a41c33a0c02cba4cb0f7db068fcedc3d4e3fc2c2 /app/views/welcome | |
parent | 1f3380bfadb9a96d6453941a4e9f6e80ef55fb75 (diff) | |
download | redmine-58f8a23d58c5419a158d84888025a7ae930833ca.tar.gz redmine-58f8a23d58c5419a158d84888025a7ae930833ca.zip |
* news rss feed added
* "header_tags" block added to allow inclusion of page specific tags in the html header (stylesheets, javascripts, feeds...)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@121 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/welcome')
-rw-r--r-- | app/views/welcome/index.rhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/welcome/index.rhtml b/app/views/welcome/index.rhtml index 24c969e6f..422c94e7a 100644 --- a/app/views/welcome/index.rhtml +++ b/app/views/welcome/index.rhtml @@ -21,3 +21,7 @@ </ul>
</div>
</div>
+
+<% content_for :header_tags do %>
+<%= auto_discovery_link_tag(:rss, {:controller => 'feeds' , :action => 'news' }) %>
+<% end %>
\ No newline at end of file |