From 5fec0c10b119915c9167cc729dfd511f454d4e48 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Sun, 26 Jun 2011 08:58:26 +0200 Subject: [PATCH] changed the link, as there is no link_to (may be we should add one) --- views/layout.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/layout.haml b/views/layout.haml index fbbfcb2..377b800 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -8,7 +8,8 @@ %header#header %h1="zero-knowledge.org" #content - %p.hint= link_to('Adminpanel', '/admin') + %p.hint + %a{:href => '/admin'}='Adminpanel' =yield %footer#footer="ein footer" %script