debian-mirror-gitlab/app/views/jira_connect/subscriptions/index.html.haml

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

11 lines
565 B
Text
Raw Normal View History

2021-04-17 20:07:23 +05:30
%header.jira-connect-header.gl-display-flex.gl-align-items-center.gl-justify-content-center.gl-px-5.gl-border-b-solid.gl-border-b-gray-100.gl-border-b-1.gl-bg-white
= link_to brand_header_logo, Gitlab.config.gitlab.url, target: '_blank', rel: 'noopener noreferrer'
2021-01-03 14:25:43 +05:30
2021-04-17 20:07:23 +05:30
%main.jira-connect-app.gl-px-5.gl-pt-7.gl-mx-auto
2021-12-11 22:18:48 +05:30
.js-jira-connect-app{ data: jira_connect_app_data(@subscriptions) }
2021-01-03 14:25:43 +05:30
2021-01-29 00:20:46 +05:30
= webpack_bundle_tag 'performance_bar' if performance_bar_enabled?
= webpack_bundle_tag 'jira_connect_app'
2021-02-22 17:27:13 +05:30
- add_page_specific_style 'page_bundles/jira_connect', defer: false