Skip to content

Commit 8bcf808

Browse files
committed
remove trailing whitespace in phx.gen.html index
Accidentally added in #5820
1 parent 19d1b9f commit 8bcf808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/templates/phx.gen.html/index.html.heex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<.header>
22
Listing <%= schema.human_plural %>
33
<:actions>
4-
<.button phx-click={JS.dispatch("click", to: {:inner, "a"})}>
4+
<.button phx-click={JS.dispatch("click", to: {:inner, "a"})}>
55
<.link href={~p"<%= schema.route_prefix %>/new"}>
66
New <%= schema.human_singular %>
77
</.link>

0 commit comments

Comments
 (0)