X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/827024f7e6c48a11dbe08e569e2cbd852701bd31..c4c0e8105a8edc35205add749f461ec7be689aef:/app/views/oauth_clients/_form.html.erb diff --git a/app/views/oauth_clients/_form.html.erb b/app/views/oauth_clients/_form.html.erb index bb0506671..a3fe7b3fb 100644 --- a/app/views/oauth_clients/_form.html.erb +++ b/app/views/oauth_clients/_form.html.erb @@ -1,28 +1,28 @@
- + <%= f.text_field :name %>
- + <%= f.text_field :url %>
- + <%= f.text_field :callback_url %>
- + <%= f.text_field :support_url %>
-

<%= t '.requests' %>

+

<%= t ".requests" %>

<% ClientApplication.all_permissions.each do |perm| %>
<%= f.check_box perm %> - +
<% end %>