]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth2_authorized_applications/index.html.erb
Merge remote-tracking branch 'upstream/pull/4913'
[rails.git] / app / views / oauth2_authorized_applications / index.html.erb
index b9599a9193b1735171897ac9dd40ec189a01c8c5..59d692393257b4617f7fbcc2f40b500fe743edd5 100644 (file)
@@ -7,9 +7,12 @@
 <% 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><%= t ".last_authorized" %></th>
+        <th></th>
+      </tr>
     </thead>
     <tbody>
       <%= render :partial => "application", :collection => @applications %>