Reputation: 26690
I inherited a bunch of html.haml
views in Rails project and want them to be html.erb
.
Could you suggest some automatic Rails-aware converter?
Everything I've found is a set of HTML to HAML converters that additionally do not understand Rails.
Upvotes: 0
Views: 3067
Reputation: 17834
You can use this converter to convert manually, link below
I don't think any automatic html to erb converter is available as of now!
Upvotes: 1