use .link helpers
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
shibao 2023-03-18 00:46:03 -04:00
parent 98bb99881d
commit daa50039a7
6 changed files with 14 additions and 11 deletions

View File

@ -90,9 +90,9 @@
<%= dgettext("prompts", "register to setup memEx") %>
</.link>
<% else %>
<a :for={%{email: email} <- @admins} class="link" href={"mailto:#{email}"}>
<.link :for={%{email: email} <- @admins} class="link" href={"mailto:#{email}"}>
<%= email %>
</a>
</.link>
<% end %>
</p>
</li>

View File

@ -56,16 +56,16 @@
<i class="fa-fw fa-lg fas fa-trash"></i>
</.link>
<a
<.link
href="#"
class="btn btn-secondary"
phx-click={if invite.disabled_at, do: "enable_invite", else: "disable_invite"}
phx-value-id={invite.id}
>
<%= if invite.disabled_at, do: gettext("enable"), else: gettext("disable") %>
</a>
</.link>
<a
<.link
:if={invite.disabled_at |> is_nil() and not (invite.uses_left |> is_nil())}
href="#"
class="btn btn-secondary"
@ -78,7 +78,7 @@
}
>
<%= gettext("set unlimited") %>
</a>
</.link>
</.invite_card>
<.link

View File

@ -24,9 +24,12 @@
<hr class="w-full hr" />
<a href={Routes.live_path(Endpoint, HomeLive)} class="link title text-primary-400 text-lg">
<.link
href={Routes.live_path(Endpoint, HomeLive)}
class="link title text-primary-400 text-lg"
>
<%= dgettext("errors", "go back home") %>
</a>
</.link>
</div>
</div>
</body>

View File

@ -83,7 +83,7 @@ msgstr ""
msgid "invalid format: only numbers, letters and hyphen are accepted"
msgstr ""
#: lib/memex_web/templates/error/error.html.heex:28
#: lib/memex_web/templates/error/error.html.heex:31
#, elixir-autogen, elixir-format
msgid "go back home"
msgstr ""

View File

@ -84,7 +84,7 @@ msgstr ""
msgid "invalid format: only numbers, letters and hyphen are accepted"
msgstr ""
#: lib/memex_web/templates/error/error.html.heex:28
#: lib/memex_web/templates/error/error.html.heex:31
#, elixir-autogen, elixir-format
msgid "go back home"
msgstr ""

View File

@ -83,7 +83,7 @@ msgstr ""
msgid "invalid format: only numbers, letters and hyphen are accepted"
msgstr ""
#: lib/memex_web/templates/error/error.html.heex:28
#: lib/memex_web/templates/error/error.html.heex:31
#, elixir-autogen, elixir-format
msgid "go back home"
msgstr ""