mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-14 14:23:27 +01:00
hamlit-rails breaks the U.I #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SaimonL on GitHub (Oct 14, 2019).
I use the gem "hamlit-rails" which is 2 to 3 times faster then haml. The gem "hamlit-rails" is a drop in replacement for haml and it works fine. When I use the web U.I for crono it does not parse the html code. I tried adding "haml" gem and the problem was NOT solved. Then I commented out the "hamlit-rails" gem and then it worked. Is there a way to make this work with "hamlit-rails" gem instead?
@plashchynski commented on GitHub (May 29, 2022):
Hello @SaimonL. Please check the new version of the gem (2.0.0), it does not depend on haml-rails.