openstreetmap-website/app/views/oauth2_authorized_applications/index.html.erb
2021-05-18 12:05:32 +01:00

14 lines
336 B
Text

<% content_for :heading do %>
<h1><%= t ".title" %></h1>
<% end %>
<table class="table table-borderless table-striped">
<thead>
<th><%= t ".application" %></th>
<th><%= t ".permissions" %></th>
<th></th>
</thead>
<tbody>
<%= render :partial => "application", :collection => @applications %>
</tbody>
</table>