]> git.openstreetmap.org Git - rails.git/blob - app/views/acls/index.html.erb
Merge remote-tracking branch 'upstream/pull/7375'
[rails.git] / app / views / acls / index.html.erb
1 <% @title = t(".title") %>
2
3 <% content_for :heading_class, "pb-0" %>
4 <% content_for :heading do %>
5   <h1><%= @title %></h1>
6   <%= render "navigation" %>
7 <% end %>
8
9 <% if @acls.items.empty? %>
10   <p><%= t(".empty") %></p>
11 <% else %>
12   <%= render "page", :acls => @acls, :params => @params %>
13 <% end %>