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

index.html.haml « subscriptions « jira_connect « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3319137551b08560b0132f7cfee268af6720e023 (plain)
1
2
3
4
5
6
7
8
9
10
%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'

%main.jira-connect-app.gl-px-5.gl-pt-7.gl-mx-auto
  .js-jira-connect-app{ data: jira_connect_app_data(@subscriptions) }

= webpack_bundle_tag 'performance_bar' if performance_bar_enabled?
= webpack_bundle_tag 'jira_connect_app'

- add_page_specific_style 'page_bundles/jira_connect', defer: false