Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bricks
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
bricks
Merge requests
!12
Issue
#3519637
: Update the project overview page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3519637
: Update the project overview page
issue/bricks-3519637:2.x
into
2.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Ashish Dwivedi
requested to merge
issue/bricks-3519637:2.x
into
2.x
1 month ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
2.x
2.x (HEAD)
and
latest version
latest version
1674d11b
1 commit,
1 month ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bricks.module
+
1
−
1
Options
@@ -206,7 +206,7 @@ function _bricks_form_element_alter(&$element, $item, $entity) {
* Prepares variables for `block.html.twig` for `system_powered_by_block`.
*/
function
bricks_preprocess_block__system_powered_by_block
(
&
$variables
)
{
$bricks_link
=
'<a href="https://
ui
bricks
.com
">Bricks</a>'
;
$bricks_link
=
'<a href="https://
www.drupal.org/project/
bricks">Bricks</a>'
;
$variables
[
'content'
][
'#markup'
]
=
str_replace
(
'>Drupal</a>'
,
'>Drupal</a> & '
.
$bricks_link
,
$variables
[
'content'
][
'#markup'
]);
}
Loading