otwarchive-symphonyarchive/app/views/blocked/users/_blocked_user_blurb.html.erb

10 lines
339 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<% 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>