debian-mirror-gitlab/app/views/projects/google_cloud/service_accounts/index.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
357 B
Text
Raw Normal View History

2022-01-26 12:08:38 +05:30
- add_to_breadcrumbs _('Google Cloud'), @google_cloud_path
2022-08-13 15:12:31 +05:30
- breadcrumb_title s_('CloudSeed|Service Account')
- page_title s_('CloudSeed|Service Account')
2022-01-26 12:08:38 +05:30
- @content_class = "limit-container-width" unless fluid_layout
= form_tag project_google_cloud_service_accounts_path(@project), method: 'post' do
2022-08-13 15:12:31 +05:30
#js-google-cloud-service-accounts{ data: @js_data }