Hash : 3a8aeef0 Author : Thomas de Grivel Date : 2021-11-16T11:27:16
Download
1 2 3 4 5 6 7 8 9
defmodule KmxgitWeb.Admin.DashboardController do use KmxgitWeb, :controller def index(conn, _params) do conn |> assign(:page_title, gettext "Dashboard") |> render("index.html") end end