BigW Consortium Gitlab

_scopes_list.html.haml 283 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
- token = local_assigns.fetch(:token)

- return unless token.scopes.present?

%tr
  %td
    Scopes
  %td
    %ul.scopes-list.append-bottom-0
      - token.scopes.each do |scope|
        %li
          %span.scope-name= scope
          = "(#{t(scope, scope: [:doorkeeper, :scopes])})"