]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth2_authorized_applications/index.html.erb
Merge remote-tracking branch 'upstream/pull/3566'
[rails.git] / app / views / oauth2_authorized_applications / index.html.erb
index 336de14060d7f9a106b213f6926a061019812dc0..2d3ad00bdea337b269b3609298ebb0c7d92065ab 100644 (file)
@@ -2,12 +2,16 @@
   <h1><%= t ".title" %></h1>
 <% end %>
 
+<%= render :partial => "settings_menu" %>
+
 <% if @applications.length > 0 %>
   <table class="table table-borderless table-striped">
     <thead>
-      <th><%= t ".application" %></th>
-      <th><%= t ".permissions" %></th>
-      <th></th>
+      <tr>
+        <th><%= t ".application" %></th>
+        <th><%= t ".permissions" %></th>
+        <th></th>
+      </tr>
     </thead>
     <tbody>
       <%= render :partial => "application", :collection => @applications %>