We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f7f49 commit 57724a5Copy full SHA for 57724a5
Gemfile.lock
@@ -77,8 +77,9 @@ GEM
77
fast_blank (1.0.1)
78
fastimage (2.4.0)
79
ffi (1.17.1-x86_64-linux-gnu)
80
- haml (5.2.2)
81
- temple (>= 0.8.0)
+ haml (6.3.0)
+ temple (>= 0.8.2)
82
+ thor
83
tilt
84
haml_lint (0.59.0)
85
haml (>= 5.0)
config.rb
@@ -1,6 +1,9 @@
1
# frozen_string_literal: true
2
3
-Haml::TempleEngine.disable_option_validator!
+Haml::Engine.disable_option_validator!
4
+Haml::Template.options[:escape_attrs] = false
5
+Haml::Template.options[:escape_html] = false
6
+
7
set :haml, format: :html5
8
I18n.default_locale = :pl
9
Time.zone = "Europe/Warsaw"
0 commit comments