Skip to content

Conversation

@fklement
Copy link

@fklement fklement commented Feb 1, 2019

As using <%# some content %> as block comment doesn't really work well in .html.eex templates i changed them to the normal html block comment tags.

Comments before (wrong):
<%# <%= form_for @conn, initiate_path(@conn, :create), [errors: @conn.assigns[:errors]], fn f -> %> %>
Comments now (right):
<!-- <%= form_for @conn, initiate_path(@conn, :create), [errors: @conn.assigns[:errors]], fn f -> %> -->

Commenting in .html.eex templates now works as it should for me.

@fklement fklement changed the title Fix problem #144 Fixes #144 Feb 1, 2019
@fklement fklement changed the title Fixes #144 Fixes: #144 commenting on interpolated elixir tags Feb 1, 2019
@fklement fklement changed the title Fixes: #144 commenting on interpolated elixir tags Fixes commenting on interpolated elixir tags Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant