Use symbols instead of strings for Haml attributes keys in the layout
This commit is contained in:
parent
c764265af2
commit
0e3cf48d95
@ -1,7 +1,7 @@
|
|||||||
!!!
|
!!!
|
||||||
%html
|
%html
|
||||||
%head
|
%head
|
||||||
%meta{'charset' => 'utf-8'}
|
%meta{:charset => 'utf-8'}
|
||||||
%title scube
|
%title scube
|
||||||
= csrf_meta_tag
|
= csrf_meta_tag
|
||||||
%body
|
%body
|
||||||
|
Loading…
x
Reference in New Issue
Block a user