File tree 2 files changed +4
-0
lines changed
installer/templates/phx_web/components
priv/templates/phx.gen.live
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ defmodule <%= @web_namespace %>.CoreComponents do
85
85
phx-connected = { hide ( "#client-error" ) }
86
86
hidden
87
87
>
88
+ < span class = "font-bold " > <%= maybe_eex_gettext . ( "We can't find the internet!" , @ gettext ) %> </ span >
88
89
<%= maybe_eex_gettext . ( "Attempting to reconnect" , @ gettext ) %>
89
90
< . icon name = "hero-arrow-path " class = "ml-1 h-3 w-3 motion-safe:animate-spin " />
90
91
</ . flash >
@@ -96,6 +97,7 @@ defmodule <%= @web_namespace %>.CoreComponents do
96
97
phx-connected = { hide ( "#server-error" ) }
97
98
hidden
98
99
>
100
+ < span class = "font-bold " > <%= maybe_eex_gettext . ( "Something went wrong!" , @ gettext ) %> </ span >
99
101
<%= maybe_eex_gettext . ( "Hang in there while we get back on track" , @ gettext ) %>
100
102
< . icon name = "hero-arrow-path " class = "ml-1 h-3 w-3 motion-safe:animate-spin " />
101
103
</ . flash >
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ defmodule <%= @web_namespace %>.CoreComponents do
85
85
phx-connected = { hide ( "#client-error" ) }
86
86
hidden
87
87
>
88
+ < span class = "font-bold " > <%= maybe_eex_gettext . ( "We can't find the internet!" , @ gettext ) %> </ span >
88
89
<%= maybe_eex_gettext . ( "Attempting to reconnect" , @ gettext ) %>
89
90
< . icon name = "hero-arrow-path " class = "ml-1 h-3 w-3 motion-safe:animate-spin " />
90
91
</ . flash >
@@ -96,6 +97,7 @@ defmodule <%= @web_namespace %>.CoreComponents do
96
97
phx-connected = { hide ( "#server-error" ) }
97
98
hidden
98
99
>
100
+ < span class = "font-bold " > <%= maybe_eex_gettext . ( "Something went wrong!" , @ gettext ) %> </ span >
99
101
<%= maybe_eex_gettext . ( "Hang in there while we get back on track" , @ gettext ) %>
100
102
< . icon name = "hero-arrow-path " class = "ml-1 h-3 w-3 motion-safe:animate-spin " />
101
103
</ . flash >
You can’t perform that action at this time.
0 commit comments