Skip to content

Commit

Permalink
Format UI template headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Sanchez committed Jan 6, 2025
1 parent a3a2c4c commit a3ea317
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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>
<:subtitle>Use this form to manage Game Mode Configuration records in your database.</:subtitle>
</.header>

<%= live_render(@conn, ConfiguratorWeb.GameModeConfigurationsLive.Form,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<.header>
New Game Mode configuration
<:subtitle>Use this form to manage game_mode_configuration records in your database.</:subtitle>
<:subtitle>Use this form to manage Game Mode Configuration records in your database.</:subtitle>
</.header>

<%= live_render(@conn, ConfiguratorWeb.GameModeConfigurationsLive.Form, session: %{"version" => @version}) %>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<:subtitle>Version: <%= @version.name %></:subtitle>
<:actions>
<.link href={~p"/versions/#{@version}/game_mode_configurations/#{@game_mode_configuration}/edit"}>
<.button>Edit game_mode_configuration</.button>
<.button>Edit Game Mode Configuration</.button>
</.link>
</:actions>
</.header>
Expand Down

0 comments on commit a3ea317

Please sign in to comment.