slime-lang / phoenix_slime

Phoenix Template Engine for Slime
MIT License
310 stars 65 forks source link

fixed the phx template #59

Closed furaji closed 6 years ago

furaji commented 6 years ago

Problem

Request: GET /users/new
** (exit) an exception was raised:
    ** (UndefinedFunctionError) function Map.puts/2 is undefined or private. Did you mean one of:

      * put/3

Base Tamplate

https://github.com/phoenixframework/phoenix/blob/v1.3/priv/templates/phx.gen.html/new.html.eex https://github.com/phoenixframework/phoenix/blob/v1.3/priv/templates/phx.gen.html/edit.html.eex

doomspork commented 6 years ago

Thank you @furaji