feat: unify page titles
This commit is contained in:
parent
e8ec620d57
commit
c933144920
37 changed files with 309 additions and 200 deletions
|
|
@ -65,7 +65,7 @@ defmodule MvWeb.ImportLive do
|
|||
|
||||
socket =
|
||||
socket
|
||||
|> assign(:page_title, gettext("Import"))
|
||||
|> Layouts.assign_page_title(gettext("Import"))
|
||||
|> assign(:club_name, club_name)
|
||||
|> assign(:import_state, nil)
|
||||
|> assign(:import_progress, nil)
|
||||
|
|
@ -94,7 +94,7 @@ defmodule MvWeb.ImportLive do
|
|||
<%!-- CSV Import Section --%>
|
||||
<div data-testid="import-page">
|
||||
<.header>
|
||||
{gettext("Import Members")}
|
||||
{@content_title}
|
||||
<:subtitle>
|
||||
{gettext("Import members from CSV files.")}
|
||||
</:subtitle>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue