Copy edits
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<% @page_title = "You can't join #{@join_code.account.name} right now." %>
|
||||
<% @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">This join code has no invitations left on it.</p>
|
||||
<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 "Check out Fizzy", "https://www.fizzy.do" %>.
|
||||
<%= link_to "OK", "https://www.fizzy.do", class: "btn btn--link" %>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user