From efdbdf75f80873354cfcb0d4efc9ee7d53d2509f Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sat, 12 Aug 2006 19:48:18 +0000 Subject: [PATCH] Link to / on every page --- app/views/layouts/application.rhtml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml index 408aae8..76877ab 100644 --- a/app/views/layouts/application.rhtml +++ b/app/views/layouts/application.rhtml @@ -20,5 +20,6 @@ <% end %> <br /> +<%= link_to 'Top', :controller => "/" %> </body> </html> -- GitLab