]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth2_applications/index.html.erb
a2d4cc0892a25a0a0c373b3d7842d538ea76c25f
[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>