You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
355 B

  1. - content_for :page_title do
  2. Authorized apps
  3. %p
  4. You can register a new OAuth2 app
  5. = link_to 'here', oauth_applications_path
  6. %table.table
  7. %thead
  8. %tr
  9. %th App
  10. %th
  11. - @applications.each do |application|
  12. %tr
  13. %td= application.name
  14. %td= link_to 'Revoke', oauth_authorized_application_path(application), method: :delete