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.

list.tmpl 440B

1234567891011121314
  1. {{template "base/head" .}}
  2. <div role="main" aria-label="{{.Title}}" class="page-content admin config">
  3. {{template "admin/navbar" .}}
  4. <div class="ui container">
  5. <div class="twelve wide column content">
  6. {{template "base/alert" .}}
  7. <h4 class="ui top attached header">
  8. {{.locale.Tr "settings.applications"}}
  9. </h4>
  10. {{template "user/settings/applications_oauth2_list" .}}
  11. </div>
  12. </div>
  13. </div>
  14. {{template "base/footer" .}}