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

index.html.haml « service_accounts « google_cloud « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f70818abd9c65efb6a11d7cfcb007bab95d4f16 (plain)
1
2
3
4
5
6
7
8
- add_to_breadcrumbs _('Google Cloud'), project_google_cloud_path(@project)
- breadcrumb_title s_('CloudSeed|Service Account')
- page_title s_('CloudSeed|Service Account')

- @content_class = "limit-container-width" unless fluid_layout

= form_tag project_google_cloud_service_accounts_path(@project), method: 'post' do
  #js-google-cloud-service-accounts{ data: @js_data }