summaryrefslogtreecommitdiffstats
path: root/app/views/layouts
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2006-12-26 16:19:12 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2006-12-26 16:19:12 +0000
commit58f8a23d58c5419a158d84888025a7ae930833ca (patch)
treea41c33a0c02cba4cb0f7db068fcedc3d4e3fc2c2 /app/views/layouts
parent1f3380bfadb9a96d6453941a4e9f6e80ef55fb75 (diff)
downloadredmine-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/layouts')
-rw-r--r--app/views/layouts/base.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml
index a435afe88..eeea3ef26 100644
--- a/app/views/layouts/base.rhtml
+++ b/app/views/layouts/base.rhtml
@@ -14,6 +14,8 @@
<%= javascript_include_tag 'calendar/calendar-setup' %>
<%= stylesheet_link_tag 'calendar' %>
<%= stylesheet_link_tag 'jstoolbar' %>
+<!-- page specific tags -->
+<%= yield :header_tags %>
</head>
<body>