From 358e1f61cc3db30d96713e06da6fd0907d920324 Mon Sep 17 00:00:00 2001 From: lrbalt Date: Mon, 1 Oct 2007 20:29:47 +0000 Subject: [PATCH] solved conflict of using class=notes for both notes controller and notes of actions. Solves #574 git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@606 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/views/layouts/standard.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracks/app/views/layouts/standard.rhtml b/tracks/app/views/layouts/standard.rhtml index c09951c6..f3a1fdc4 100644 --- a/tracks/app/views/layouts/standard.rhtml +++ b/tracks/app/views/layouts/standard.rhtml @@ -38,7 +38,7 @@ window.onload=function(){ page.select('body .todo_notes').each { |e| e.toggle } end -%> |  - <%= link_to "Logout (#{current_user.display_name}) »", logout_path %> + <%= link_to "Logout (#{current_user.display_name}) »", logout_path %>