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 %>
6 <%= f.collection_check_boxes :scopes, Oauth.scopes, :name, :description %>