Packages
kino_live_view_native
0.2.0-rc.1
LiveView Native code examples using Kino Smart Cells inside Livebook
Current section
Files
Jump to
Current section
Files
lib/server/error_view.ex
defmodule Server.ErrorView do
def render(template, _), do: Phoenix.Controller.status_message_from_template(template)
end