Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
ws_event
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ws_event
Merge requests
!12
Issue
#3341675
: Removed class from blb container
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3341675
: Removed class from blb container
issue/ws_event-3341675:3343868-initial-implementation
into
1.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Davyd Burianuvatyi
requested to merge
issue/ws_event-3341675:3343868-initial-implementation
into
1.0.x
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#3343868
0
0
Merge request reports
Compare
1.0.x
1.0.x (base)
and
latest version
latest version
9a88d04a
1 commit,
2 years ago
1 file
+
0
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ws_event.module
+
0
−
7
Options
@@ -31,13 +31,6 @@ function ws_event_theme() {
];
}
/**
* Implements hook_preprocess_blb_container_wrapper().
*/
function
ws_event_preprocess_blb_container_wrapper
(
&
$variables
)
{
$variables
[
'attributes'
][
'class'
][]
=
'container-wrapper'
;
}
/**
* Implements hook_preprocess_blb_section().
*/
Loading