Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2020-05-11 06:09:37 +00:00
parent c1cd7dc4a3
commit a031b1f4f3
2 changed files with 5 additions and 0 deletions

View File

@ -493,6 +493,7 @@ const fileNameIcons = {
'.npmignore': 'npm',
'.npmrc': 'npm',
'.yarnrc': 'yarn',
'.yarnrc.yml': 'yarn',
'yarn.lock': 'yarn',
'.yarnclean': 'yarn',
'.yarn-integrity': 'yarn',

View File

@ -1,6 +1,10 @@
- breadcrumb_title _("Details")
- @content_class = "limit-container-width" unless fluid_layout
= content_for :flash_message do
- if Feature.enabled?(:subscribable_banner_subscription)
= render_if_exists "layouts/header/ee_subscribable_banner", subscription: true
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: "#{@group.name} activity")