Files
Jason Zimdars 2141dfc9b8 Copy edits
2025-11-21 16:31:07 -06:00

16 lines
511 B
Plaintext

<% @page_title = "That code is all used up" %>
<div class="panel panel--centered flex flex-column gap-half">
<h1 class="txt-x-large font-weight-black margin-none"><%= @page_title %></h1>
<p class="txt-medium margin-none">Ask someone from <%= @join_code.account.name %> to send you a new link or increase the limit.</p>
<p class="txt-medium">
<%= link_to "OK", "https://www.fizzy.do", class: "btn btn--link" %>
</p>
</div>
<% content_for :footer do %>
<%= render "sessions/footer" %>
<% end %>