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
|
||||
%head
|
||||
%meta{'charset' => 'utf-8'}
|
||||
%meta{:charset => 'utf-8'}
|
||||
%title scube
|
||||
= csrf_meta_tag
|
||||
%body
|
||||
|
Loading…
x
Reference in New Issue
Block a user