frenzy/lib/frenzy_web/views/account_view.ex

8 lines
117 B
Elixir
Raw Normal View History

2019-03-31 11:52:20 -04:00
defmodule FrenzyWeb.AccountView do
use FrenzyWeb, :view
2021-08-28 11:58:22 -04:00
def title(:show, _) do
"Account Settings"
end
2019-03-31 11:52:20 -04:00
end