X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/15b104f4ff4614aa78c01180b6a9b89dd5a1400f..70f1b327b483a39fc866c48cd44d5c999a262f59:/app/views/redactions/index.html.erb diff --git a/app/views/redactions/index.html.erb b/app/views/redactions/index.html.erb index a5a85c38d..26dad64cf 100644 --- a/app/views/redactions/index.html.erb +++ b/app/views/redactions/index.html.erb @@ -1,10 +1,18 @@ -<% @title = t('redaction.index.title') %> +<% @title = t(".title") %> <% content_for :heading do %> -
<%= t 'redaction.index.empty' %>
+<%= t ".empty" %>
+<% end %> + +<% if can?(:create, Redaction) %> +