From a3ea317fddd2f4627ed76227367aa4b0c8c94e98 Mon Sep 17 00:00:00 2001 From: Nicolas Sanchez Date: Mon, 6 Jan 2025 15:16:59 -0300 Subject: [PATCH] Format UI template headers --- .../controllers/game_mode_configuration_html/edit.html.heex | 2 +- .../controllers/game_mode_configuration_html/new.html.heex | 2 +- .../controllers/game_mode_configuration_html/show.html.heex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/configurator/lib/configurator_web/controllers/game_mode_configuration_html/edit.html.heex b/apps/configurator/lib/configurator_web/controllers/game_mode_configuration_html/edit.html.heex index 3d9e76d97..fb06b5774 100644 --- a/apps/configurator/lib/configurator_web/controllers/game_mode_configuration_html/edit.html.heex +++ b/apps/configurator/lib/configurator_web/controllers/game_mode_configuration_html/edit.html.heex @@ -1,6 +1,6 @@ <.header> Edit Game Mode configuration <%= @game_mode_configuration.id %> - <:subtitle>Use this form to manage game_mode_configuration records in your database. + <:subtitle>Use this form to manage Game Mode Configuration records in your database. <%= live_render(@conn, ConfiguratorWeb.GameModeConfigurationsLive.Form, diff --git a/apps/configurator/lib/configurator_web/controllers/game_mode_configuration_html/new.html.heex b/apps/configurator/lib/configurator_web/controllers/game_mode_configuration_html/new.html.heex index 598c548cb..8a51822e7 100644 --- a/apps/configurator/lib/configurator_web/controllers/game_mode_configuration_html/new.html.heex +++ b/apps/configurator/lib/configurator_web/controllers/game_mode_configuration_html/new.html.heex @@ -1,6 +1,6 @@ <.header> New Game Mode configuration - <:subtitle>Use this form to manage game_mode_configuration records in your database. + <:subtitle>Use this form to manage Game Mode Configuration records in your database. <%= live_render(@conn, ConfiguratorWeb.GameModeConfigurationsLive.Form, session: %{"version" => @version}) %> diff --git a/apps/configurator/lib/configurator_web/controllers/game_mode_configuration_html/show.html.heex b/apps/configurator/lib/configurator_web/controllers/game_mode_configuration_html/show.html.heex index 609b0a9a9..cad10db4e 100644 --- a/apps/configurator/lib/configurator_web/controllers/game_mode_configuration_html/show.html.heex +++ b/apps/configurator/lib/configurator_web/controllers/game_mode_configuration_html/show.html.heex @@ -3,7 +3,7 @@ <:subtitle>Version: <%= @version.name %> <:actions> <.link href={~p"/versions/#{@version}/game_mode_configurations/#{@game_mode_configuration}/edit"}> - <.button>Edit game_mode_configuration + <.button>Edit Game Mode Configuration