Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Commits
59902890
Commit
59902890
authored
9 years ago
by
Alex Pott
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2627556
by jordanpagewhite, Chi: Remove block-list.html.twig
parent
46f8d46a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/modules/block/templates/block-list.html.twig
+0
-23
0 additions, 23 deletions
core/modules/block/templates/block-list.html.twig
core/themes/stable/templates/admin/block-list.html.twig
+0
-21
0 additions, 21 deletions
core/themes/stable/templates/admin/block-list.html.twig
with
0 additions
and
44 deletions
core/modules/block/templates/block-list.html.twig
deleted
100644 → 0
+
0
−
23
View file @
46f8d46a
{#
/**
* @file
* Two column template for the block add/edit form.
*
* This template will be used when a block edit form specifies 'block_edit_form'
* as its #theme callback. Otherwise, by default, block add/edit forms will be
* themed by form.html.twig.
*
* Available variables:
* - form: The block add/edit form.
*
* @ingroup themeable
*/
#}
<div
class=
"layout-block-list clearfix"
>
<div
class=
"layout-region block-list-primary"
>
{{
form
|
without
(
'place_blocks'
)
}}
</div>
<div
class=
"layout-region block-list-secondary"
>
{{
form.place_blocks
}}
</div>
</div>
This diff is collapsed.
Click to expand it.
core/themes/stable/templates/admin/block-list.html.twig
deleted
100644 → 0
+
0
−
21
View file @
46f8d46a
{#
/**
* @file
* Two column template for the block add/edit form.
*
* This template will be used when a block edit form specifies 'block_edit_form'
* as its #theme callback. Otherwise, by default, block add/edit forms will be
* themed by form.html.twig.
*
* Available variables:
* - form: The block add/edit form.
*/
#}
<div
class=
"layout-block-list clearfix"
>
<div
class=
"layout-region block-list-primary"
>
{{
form
|
without
(
'place_blocks'
)
}}
</div>
<div
class=
"layout-region block-list-secondary"
>
{{
form.place_blocks
}}
</div>
</div>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment