<% if show_creator_name %>
<td class="<%= c1 %>"><%= link_to h(block.creator.display_name), user_path(block.creator) %></td>
<% end %>
- <td class="<%= c1 %>"><%=h truncate(block.reason) %></td>
- <td class="<%= c1 %>"><%=h block_status(block) %></td>
+ <td class="<%= c1 %>"><%= h truncate(block.reason) %></td>
+ <td class="<%= c1 %>"><%= h block_status(block) %></td>
<td class="<%= c1 %>">
<% if block.revoker_id.nil? %>
<%= t('.not_revoked') %>