From bd7542cf9815ce527996ed740925a7449c70ded9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 7 Jan 2008 20:46:54 +0000 Subject: Merged r1015, r1019, r1022 to r1025, r1045 and r1047 from trunk. git-svn-id: http://redmine.rubyforge.org/svn/branches/0.6-stable@1048 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/layouts/_project_selector.rhtml | 4 ++-- app/views/layouts/base.rhtml | 4 ++-- app/views/news/_news.rhtml | 4 ++-- app/views/repositories/diff.rhtml | 4 ++-- app/views/wiki/show.rhtml | 13 +++++++------ 5 files changed, 15 insertions(+), 14 deletions(-) (limited to 'app') diff --git a/app/views/layouts/_project_selector.rhtml b/app/views/layouts/_project_selector.rhtml index ce2f15e03..7a2803534 100644 --- a/app/views/layouts/_project_selector.rhtml +++ b/app/views/layouts/_project_selector.rhtml @@ -1,7 +1,7 @@ <% user_projects_by_root = User.current.projects.find(:all, :include => :parent).group_by(&:root) %>