frenzy/lib/frenzy_web/views/account_view.ex

8 lines
117 B
Elixir
Raw Normal View History

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