Use symbols instead of strings for Haml attributes keys in the layout

This commit is contained in:
Thibault Jouan 2011-12-30 10:42:47 +00:00
parent c764265af2
commit 0e3cf48d95

View File

@ -1,7 +1,7 @@
!!!
%html
%head
%meta{'charset' => 'utf-8'}
%meta{:charset => 'utf-8'}
%title scube
= csrf_meta_tag
%body