fix syntax error in authorizations/new.html.haml

This commit is contained in:
Jonne Haß 2012-04-09 14:44:34 +02:00
parent bc983ee7d2
commit e9a22ae41a

View file

@ -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'