Commit 7989d359 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '230935-show-storage-alert-on-all-sub-pages-of-a-project' into 'master'

Render storage alert on all project sub-pages

See merge request gitlab-org/gitlab!37674
parents 205e988b e088d42d
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
- header_title project_title(@project) unless header_title - header_title project_title(@project) unless header_title
- nav "project" - nav "project"
- display_subscription_banner! - display_subscription_banner!
- display_namespace_storage_limit_alert!
- @left_sidebar = true - @left_sidebar = true
- content_for :project_javascripts do - content_for :project_javascripts do
......
- breadcrumb_title _("Details") - breadcrumb_title _("Details")
- page_title _("Projects") - page_title _("Projects")
- @content_class = "limit-container-width" unless fluid_layout - @content_class = "limit-container-width" unless fluid_layout
- display_namespace_storage_limit_alert!
= content_for :meta_tags do = content_for :meta_tags do
= auto_discovery_link_tag(:atom, project_path(@project, rss_url_options), title: "#{@project.name} activity") = auto_discovery_link_tag(:atom, project_path(@project, rss_url_options), title: "#{@project.name} activity")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment