Files
fizzy/app/views/users/email_addresses/confirmations/invalid_token.html.erb
T
2025-12-11 14:36:20 -05:00

17 lines
714 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<% @page_title = "Link expired" %>
<div class="panel panel--centered center flex flex-column gap-half" style="--panel-size: 50ch;">
<h1 class="txt-x-large font-weight-black margin-none">
<%= @page_title %>
</h1>
<p class="margin-none-block-start margin-block-end-half">
That email confirmation link is no longer valid—they expire after 30 minutes. Youll have to try again.
</p>
<%= link_to "Change my email address", new_user_email_address_path(user_id: @user, script_name: @user.account.slug), class: "btn btn--link center" %>
<p class="txt-small txt-subtle">
If you get stuck, <%= mail_to "support@fizzy.do", "send us an email" %> and well get you back on track.
</p>
</div>