Add missing dash for no member status
This commit is contained in:
parent
b657a25d4d
commit
7a8ca0707a
@ -35,8 +35,12 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
<td>
|
<td>
|
||||||
|
<% if @user.is_contributing_member? || @user.is_paying_member? %>
|
||||||
<%= @user.is_contributing_member? ? badge("contributor", :green) : "" %>
|
<%= @user.is_contributing_member? ? badge("contributor", :green) : "" %>
|
||||||
<%= @user.is_paying_member? ? badge("sustainer", :green) : "" %>
|
<%= @user.is_paying_member? ? badge("sustainer", :green) : "" %>
|
||||||
|
<% else %>
|
||||||
|
—
|
||||||
|
<% end %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user