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
b95c3885
Commit
b95c3885
authored
Oct 16, 2020
by
Brandon Labuschagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move productivity_analytics.scss into page bundle
There are no visual changes as a result of this commit.
parent
fff3b3aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
config/application.rb
config/application.rb
+1
-0
ee/app/assets/stylesheets/page_bundles/productivity_analytics.scss
...sets/stylesheets/page_bundles/productivity_analytics.scss
+3
-1
ee/app/views/groups/analytics/productivity_analytics/show.html.haml
...ws/groups/analytics/productivity_analytics/show.html.haml
+1
-1
No files found.
config/application.rb
View file @
b95c3885
...
...
@@ -189,6 +189,7 @@ module Gitlab
config
.
assets
.
precompile
<<
"page_bundles/milestone.css"
config
.
assets
.
precompile
<<
"page_bundles/pipeline.css"
config
.
assets
.
precompile
<<
"page_bundles/pipelines.css"
config
.
assets
.
precompile
<<
"page_bundles/productivity_analytics.css"
config
.
assets
.
precompile
<<
"page_bundles/todos.css"
config
.
assets
.
precompile
<<
"page_bundles/reports.css"
config
.
assets
.
precompile
<<
"page_bundles/xterm.css"
...
...
ee/app/assets/stylesheets/pages/productivity_analytics.scss
→
ee/app/assets/stylesheets/page
_bundle
s/productivity_analytics.scss
View file @
b95c3885
@import
'page_bundles/mixins_and_variables_and_functions'
;
.dropdown-container
{
flex
:
0
0
25%
;
width
:
25%
;
...
...
@@ -121,7 +123,7 @@
.mr-title
{
a
{
color
:
$gl-text-color
;
color
:
var
(
--
gl-text-color
,
$gl-text-color
)
;
}
}
}
ee/app/views/groups/analytics/productivity_analytics/show.html.haml
View file @
b95c3885
-
page_title
_
(
'Productivity Analytics'
)
-
add_page_specific_style
'page_bundles/productivity_analytics'
-
data_attributes
=
@request_params
.
valid?
?
@request_params
.
to_data_attributes
:
@request_params
.
to_default_data_attributes
#js-productivity-analytics
{
data:
data_attributes
.
merge
(
hide_group_drop_down:
'true'
)
}
...
...
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