Remove debug
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div class="avatar txt-xx-large center fill-white">
|
||||
<%= image_tag user_avatar_path(@user), alt: "Profile avatar for #{@user.name}", class: "avatar", size: 128 %>
|
||||
</div>
|
||||
<% if !@user.active? %>
|
||||
<% if @user.active? %>
|
||||
<div class="flex flex-column gap-half">
|
||||
<h1 class="txt-x-large txt-tight-lines margin-none"><%= @user.name %></h1>
|
||||
<div class="txt-medium"><%= mail_to @user.email_address %></div>
|
||||
|
||||
Reference in New Issue
Block a user