openstreetmap-website/app/views/accounts/blocks/index.html.erb
2025-02-15 18:25:43 +03:00

11 lines
301 B
Text

<% content_for :heading do %>
<h1><%= t ".title" %></h1>
<% end %>
<p><%= t ".no_active_blocks" %></p>
<% if current_user.blocks.exists? %>
<div class="mb-3">
<%= link_to t(".review_button"), user_received_blocks_path(current_user), :class => "btn btn-outline-primary" %>
</div>
<% end %>