Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e088d42d
Commit
e088d42d
authored
Jul 23, 2020
by
Ragnar-H
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Render storage alert on all project sub-pages
parent
af9511b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
app/views/layouts/project.html.haml
app/views/layouts/project.html.haml
+1
-0
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+0
-1
No files found.
app/views/layouts/project.html.haml
View file @
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
...
...
app/views/projects/show.html.haml
View file @
e088d42d
-
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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment