blob: 8df880f89911d9f1ff90e27d452ca6617f3742c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
- breadcrumb :root
- content_for :page_header_title, t('.title', organisation: current_organisation.name)
- content_for :page_header_content do
.row.mb-sm
.col-lg-12.text-right
- if policy(Api::V1::ApiKey).create?
= link_to t('actions.create_api_key'), new_api_key_path, class: 'btn btn-primary'
.page_content
.container-fluid
= render partial: @dashboard
|