X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8d76be71bbb8a799cbf0627dee170f26ade5a11f..1d5b711e6266ce7850830534e4d2f34257e1a44b:/app/views/oauth2_applications/show.html.erb
diff --git a/app/views/oauth2_applications/show.html.erb b/app/views/oauth2_applications/show.html.erb
index e8ab7836d..8d9c8516d 100644
--- a/app/views/oauth2_applications/show.html.erb
+++ b/app/views/oauth2_applications/show.html.erb
@@ -2,6 +2,8 @@
<%= @application.name %>
<% end %>
+<%= render :partial => "settings_menu" %>
+
<% secret = flash[:application_secret].presence || @application.plaintext_secret %>
@@ -46,4 +48,4 @@
<%= link_to t(".edit"), edit_oauth_application_path(@application), :class => "btn btn-outline-primary" %>
<%= link_to t(".delete"), oauth_application_path(@application), { :method => :delete, :class => "btn btn-outline-danger", :data => { :confirm => t(".confirm_delete") } } %>
-
+