X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5868be1f7b8eb252812b6920a80341c589f291c6..1b288d40c7fff3d3be8d82d4e96c9008778f4dba:/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 1a991f0c6..2c4557c1e 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 %>
@@ -26,7 +28,7 @@
<% @application.scopes.each do |scope| -%>
- - <%= t "oauth.scopes.#{scope}" %>
(<%= scope %>)
+ - <%= t "oauth.scopes.#{scope}" %>
(<%= scope %>)
<% end -%>
|
@@ -42,3 +44,8 @@
+
+
+ <%= 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") } } %>
+