-
-
Notifications
You must be signed in to change notification settings - Fork 498
Open
Description
Running slimrb --erb ./file.html.slim --rails on:
a href=record_form_path(record)
==record.value
results in:
<a<% _slim_codeattributes1 = record_form_path(record); if _slim_codeattributes1; if _slim_codeattributes1 == true %> href=""<% else %> href="<%= ::Temple::Utils.escape_html((_slim_codeattributes1)) %>"<% end; end %>>
<%= record.value %>
</a>
Which... doesn't seem like that's what's supposed to happen?
Slim 5.2.1
swwelch, Paxa, hynkle, joeldrapper, thermistor and 3 more
Metadata
Metadata
Assignees
Labels
No labels