Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « applications « doorkeeper « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e17448fbeafcd84258e15ee5594df2adabd4b374 (plain)
1
2
3
4
5
6
7
8
- page_title _("Applications")

= render 'shared/doorkeeper/applications/index',
        oauth_applications_enabled: user_oauth_applications?,
        oauth_authorized_applications_enabled: true,
        form_url: doorkeeper_submit_path(@application),
        application_url: ->(application) { oauth_application_path(application) },
        edit_application_url: ->(application) { edit_oauth_application_path(application) }