X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/00425c8fcad370a7f596dafe8e188837fcb35130..f13f9473798a81113ac640612b878febd4afa714:/app/views/redactions/index.html.erb diff --git a/app/views/redactions/index.html.erb b/app/views/redactions/index.html.erb index b53e9b747..26dad64cf 100644 --- a/app/views/redactions/index.html.erb +++ b/app/views/redactions/index.html.erb @@ -1,10 +1,18 @@ -<% @title = t('.title') %> +<% @title = t(".title") %> <% content_for :heading do %> -

<%= t('.heading') %>

+

<%= t(".heading") %>

<% end %> <% unless @redactions.empty? %> - <%= render :partial => 'redactions' %> + <% else %> -

<%= t '.empty' %>

+

<%= t ".empty" %>

+<% end %> + +<% if can?(:create, Redaction) %> +
+ <%= link_to t(".new"), new_redaction_path, :class => "btn btn-outline-primary" %> +
<% end %>