otwarchive-sunsetarchive/app/views/blocked/users/_blocked_user_blurb.html.erb
2026-03-17 01:16:49 -04:00

9 lines
339 B
Text
Executable file

<% pseud = block.blocked.default_pseud %>
<li class="user pseud picture blurb group" role="article">
<%= render "pseuds/pseud_module", pseud: pseud, date: block.created_at %>
<h6 class="landmark heading">User Actions</h6>
<ul class="actions" role="navigation">
<li><%= block_link(pseud.user, block: block) %></li>
</ul>
</li>