From e9a22ae41aac67dc59df5d53b6bb4e527bc55fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 9 Apr 2012 14:44:34 +0200 Subject: [PATCH] fix syntax error in authorizations/new.html.haml --- app/views/authorizations/new.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/authorizations/new.html.haml b/app/views/authorizations/new.html.haml index c2506e1e0..d330784d8 100644 --- a/app/views/authorizations/new.html.haml +++ b/app/views/authorizations/new.html.haml @@ -39,5 +39,4 @@ %br %p = form.submit "Fuck Yeah!", :value => t('.autorize'), :class => 'button' - = form.submit "Hell No.", :value => t('.no'), :class => 'button - + = form.submit "Hell No.", :value => t('.no'), :class => 'button'