Or it will bite you with:
** (SyntaxError) lib/your_app_web/templates/.../your_view.html.eex:<some-lines-below-do> unexpected token: end
Your <% end %>
is ok, look at the .. do%>
(Learnt the hard way, posting for my future self in any case)
Or it will bite you with:
** (SyntaxError) lib/your_app_web/templates/.../your_view.html.eex:<some-lines-below-do> unexpected token: end
Your <% end %>
is ok, look at the .. do%>
(Learnt the hard way, posting for my future self in any case)
It has been fixed in master, thank you!
Actually thank you Jose! Muito obrigado! I’m so in
with Elixir!