]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth2_applications/_form.html.erb
c61d351b7012c3264156796f0d0cd535a84458e4
[rails.git] / app / views / oauth2_applications / _form.html.erb
1 <%= f.text_field :name %>
2 <%= f.text_area :redirect_uri, :help => t(".redirect_uri_help") %>
3 <%= f.form_group :confidential, :help => t(".confidential_help") do %>
4   <%= f.check_box :confidential %>
5 <% end %>
6 <%= f.collection_check_boxes :scopes, Oauth.scopes, :name, :description %>
7 <%= f.primary %>