diff --git a/lib/glimesh_web/live/homepage_live.html.leex b/lib/glimesh_web/live/homepage_live.html.leex index 6c079f37d..6b97c7143 100644 --- a/lib/glimesh_web/live/homepage_live.html.leex +++ b/lib/glimesh_web/live/homepage_live.html.leex @@ -59,7 +59,7 @@

<%= channel.user.displayname %> <%= Glimesh.Streams.get_channel_language(channel) %> <%= if channel.mature_content do %> <%= gettext("Mature") %> - <%= end %> + <% end %>

diff --git a/lib/glimesh_web/live/streams_live/following.html.leex b/lib/glimesh_web/live/streams_live/following.html.leex index 7aa6a4f0b..a328212e2 100644 --- a/lib/glimesh_web/live/streams_live/following.html.leex +++ b/lib/glimesh_web/live/streams_live/following.html.leex @@ -36,7 +36,7 @@

<%= channel.user.displayname %> <%= Glimesh.Streams.get_channel_language(channel) %> <%= if channel.mature_content do %> <%= gettext("Mature") %> - <%= end %> + <% end %>

diff --git a/lib/glimesh_web/live/streams_live/list.html.leex b/lib/glimesh_web/live/streams_live/list.html.leex index 44f44330f..7abb9b138 100644 --- a/lib/glimesh_web/live/streams_live/list.html.leex +++ b/lib/glimesh_web/live/streams_live/list.html.leex @@ -90,7 +90,7 @@

<%= channel.user.displayname %> <%= Glimesh.Streams.get_channel_language(channel) %> <%= if channel.mature_content do %> <%= gettext("Mature") %> - <%= end %> + <% end %>

diff --git a/lib/glimesh_web/live/user_live/stream.html.leex b/lib/glimesh_web/live/user_live/stream.html.leex index 19ce2b03c..9dce4ae5d 100644 --- a/lib/glimesh_web/live/user_live/stream.html.leex +++ b/lib/glimesh_web/live/user_live/stream.html.leex @@ -77,7 +77,7 @@ <%= Glimesh.Streams.get_channel_language(@channel) %> <%= if @channel.mature_content do %> <%= gettext("Mature") %> - <%= end %> + <% end %> <%= live_render(@socket, GlimeshWeb.UserLive.Components.SocialButtons, id: "social-buttons", container: {:ul, class: "list-inline ml-2 mb-0"}, session: %{"user_id" => @streamer.id}) %>