Remove debug

This commit is contained in:
Jason Zimdars
2024-12-18 11:46:07 -06:00
parent b1cdee0022
commit 3d2f3b8055
+1 -1
View File
@@ -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>