diff --git a/lib/memex_web/live/home_live.html.heex b/lib/memex_web/live/home_live.html.heex index eb5a954..c304391 100644 --- a/lib/memex_web/live/home_live.html.heex +++ b/lib/memex_web/live/home_live.html.heex @@ -90,9 +90,9 @@ <%= dgettext("prompts", "register to setup memEx") %> <% else %> - + <.link :for={%{email: email} <- @admins} class="link" href={"mailto:#{email}"}> <%= email %> - + <% end %>
diff --git a/lib/memex_web/live/invite_live/index.html.heex b/lib/memex_web/live/invite_live/index.html.heex index e452801..88de97f 100644 --- a/lib/memex_web/live/invite_live/index.html.heex +++ b/lib/memex_web/live/invite_live/index.html.heex @@ -56,16 +56,16 @@ - <%= if invite.disabled_at, do: gettext("enable"), else: gettext("disable") %> - + - is_nil() and not (invite.uses_left |> is_nil())} href="#" class="btn btn-secondary" @@ -78,7 +78,7 @@ } > <%= gettext("set unlimited") %> - + <.link diff --git a/lib/memex_web/templates/error/error.html.heex b/lib/memex_web/templates/error/error.html.heex index fdfe31d..18f86c7 100644 --- a/lib/memex_web/templates/error/error.html.heex +++ b/lib/memex_web/templates/error/error.html.heex @@ -24,9 +24,12 @@