]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth2_authorized_applications/index.html.erb
dca65e9f9648e2d530ef82508edc43e15e4cd7c3
[rails.git] / app / views / oauth2_authorized_applications / index.html.erb
1 <% content_for :heading do %>
2   <h1><%= t ".title" %></h1>
3 <% end %>
4
5 <table class="table table-borderless table-striped">
6   <thead>
7     <th><%= t ".application" %></th>
8     <th><%= t ".permissions" %></th>
9     <th></th>
10   </thead>
11   <tbody>
12     <%= render :partial => "application", :collection => @applications %>
13   </tbody>
14 </table>