]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth_clients/_form.html.erb
4554504121c3872874df01f8a37ac580146297bc
[rails.git] / app / views / oauth_clients / _form.html.erb
1 <%= f.text_field :name %>
2 <%= f.text_field :url %>
3 <%= f.text_field :callback_url %>
4 <%= f.text_field :support_url %>
5 <div class='form-group'>
6   <p><%= t ".requests" %></p>
7   <% ClientApplication.all_permissions.each do |perm| %>
8     <%= f.check_box perm %>
9   <% end %>
10 </div>
11 <%= f.primary %>