We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d1b9f commit 8bcf808Copy full SHA for 8bcf808
priv/templates/phx.gen.html/index.html.heex
@@ -1,7 +1,7 @@
1
<.header>
2
Listing <%= schema.human_plural %>
3
<:actions>
4
- <.button phx-click={JS.dispatch("click", to: {:inner, "a"})}>
+ <.button phx-click={JS.dispatch("click", to: {:inner, "a"})}>
5
<.link href={~p"<%= schema.route_prefix %>/new"}>
6
New <%= schema.human_singular %>
7
</.link>
0 commit comments