This commit is contained in:
2023-09-23 13:22:54 -04:00
parent bd9fc782ff
commit 4908f8a355
9 changed files with 80 additions and 220 deletions

View File

@@ -2,4 +2,10 @@ defmodule StreamviewWeb.PageHTML do
use StreamviewWeb, :html
embed_templates "page_html/*"
defp format_queue_name(name) do
name
|> String.replace("_", " ")
|> String.capitalize
end
end