summaryrefslogtreecommitdiffstats
path: root/app/views/repositories/show.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-05 19:10:57 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-05 19:10:57 +0000
commit776d5ce554cdf0229c0a90fae0321e3506a5d849 (patch)
tree79431115d494b8ecd1254709a936d1a87db94aa8 /app/views/repositories/show.rhtml
parent28ea323791d0945981f6059e0c9e840547082c2c (diff)
downloadredmine-776d5ce554cdf0229c0a90fae0321e3506a5d849.tar.gz
redmine-776d5ce554cdf0229c0a90fae0321e3506a5d849.zip
XHTML compliance improvements
git-svn-id: http://redmine.rubyforge.org/svn/trunk@150 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/repositories/show.rhtml')
-rw-r--r--app/views/repositories/show.rhtml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/repositories/show.rhtml b/app/views/repositories/show.rhtml
index 4c95f8844..9c2adc929 100644
--- a/app/views/repositories/show.rhtml
+++ b/app/views/repositories/show.rhtml
@@ -1,5 +1,3 @@
-<%= stylesheet_link_tag "scm" %>
-
<h2><%= l(:label_repository) %></h2>
<h3><%= l(:label_revision_plural) %></h3>
@@ -12,4 +10,8 @@
<h3><%= l(:label_browse) %></h3>
-<%= render :partial => 'dir_list' %> \ No newline at end of file
+<%= render :partial => 'dir_list' %>
+
+<% content_for :header_tags do %>
+<%= stylesheet_link_tag "scm" %>
+<% end %> \ No newline at end of file