ee cummings this shit

This commit is contained in:
2022-11-17 22:30:01 -05:00
parent 821a8e223c
commit f1889aec07
36 changed files with 177 additions and 176 deletions

View File

@ -16,6 +16,6 @@ defmodule MemexWeb.ContextLive.Show do
|> assign(:context, Contexts.get_context!(id))}
end
defp page_title(:show), do: "Show Context"
defp page_title(:edit), do: "Edit Context"
defp page_title(:show), do: "show context"
defp page_title(:edit), do: "edit context"
end