X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3af16f6337b52546297e7e09a1aba9b0e1df7e15..6ed8624851877a01b9861ffc6d94aa99425715c6:/app/views/redactions/show.html.erb diff --git a/app/views/redactions/show.html.erb b/app/views/redactions/show.html.erb index a87cca604..1eb20f16f 100644 --- a/app/views/redactions/show.html.erb +++ b/app/views/redactions/show.html.erb @@ -12,9 +12,13 @@ <%= @redaction.description.to_html %> -<% if current_user and current_user.moderator? %> +<% if can?(:edit, Redaction) || can?(:destroy, Redaction) %>
<% end %>