mirror of
https://github.com/algora-io/tv.git
synced 2025-04-07 06:49:52 +02:00
8 lines
165 B
Elixir
8 lines
165 B
Elixir
|
defmodule AlgoraWeb.ErrorHTML do
|
||
|
use AlgoraWeb, :html
|
||
|
|
||
|
def render(template, _assigns) do
|
||
|
Phoenix.Controller.status_message_from_template(template)
|
||
|
end
|
||
|
end
|