]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth2_applications/index.html.erb
Allow OAuth 2 authorizations to redirect to anywhere
[rails.git] / app / views / oauth2_applications / index.html.erb
1 <% content_for :heading do %>
2   <h1><%= t ".title" %></h1>
3 <% end %>
4
5 <p>
6   <%= link_to t(".new"), new_oauth_application_path, :class => "btn btn-outline-primary" %>
7 </p>
8
9 <table class="table table-borderless table-striped">
10   <tbody>
11     <%= render :partial => "application", :collection => @applications %>
12   </tbody>
13 </table>