diff options
Diffstat (limited to 'app/views/dashboards')
| -rw-r--r-- | app/views/dashboards/show.html.slim | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/app/views/dashboards/show.html.slim b/app/views/dashboards/show.html.slim new file mode 100644 index 000000000..66154712d --- /dev/null +++ b/app/views/dashboards/show.html.slim @@ -0,0 +1,15 @@ +/ PageHeader += pageheader 'tableau-de-bord', +             t('.title', organisation: current_organisation.name) + +  / Below is secundary actions & optional contents (filters, ...) +  .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' + + +/ PageContent +.page_content +  .container-fluid +    = render partial: @dashboard | 
