Skip to content

Commit

Permalink
remove trailing whitespace in phx.gen.html index
Browse files Browse the repository at this point in the history
Accidentally added in phoenixframework#5820
  • Loading branch information
SteffenDE committed Nov 26, 2024
1 parent 19d1b9f commit 8bcf808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/phx.gen.html/index.html.heex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<.header>
Listing <%= schema.human_plural %>
<:actions>
<.button phx-click={JS.dispatch("click", to: {:inner, "a"})}>
<.button phx-click={JS.dispatch("click", to: {:inner, "a"})}>
<.link href={~p"<%= schema.route_prefix %>/new"}>
New <%= schema.human_singular %>
</.link>
Expand Down

0 comments on commit 8bcf808

Please sign in to comment.