8000 BUGFIX: Fix Breadcrumb Style by crydotsnake · Pull Request #3487 · forkcms/forkcms · GitHub
[go: up one dir, main page]

Skip to content

BUGFIX: Fix Breadcrumb Style#3487

Merged
carakas merged 4 commits intoforkcms:masterfrom
crydotsnake:bugfix/breadcrumb-style
Jan 8, 2022
Merged

BUGFIX: Fix Breadcrumb Style#3487
carakas merged 4 commits intoforkcms:masterfrom
crydotsnake:bugfix/breadcrumb-style

Conversation

@crydotsnake
Copy link
Contributor

This PR fixes the bug described in the issue #3474

Simon Krull added 2 commits December 24, 2021 21:56
This fixes the bug, described in the issue #3474
This commit adds the .idea folder to the .gitignore file. So in the feature, the .idea folder will be ignored from git.
@crydotsnake crydotsnake requested a review from a team as a code owner December 24, 2021 20:58
@codecov
Copy link
codecov bot commented Dec 24, 2021

Codecov Report

Merging #3487 (c36dfa3) into master (3a0eb13) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #3487   +/-   ##
=========================================
  Coverage     27.88%   27.88%           
  Complexity     8145     8145           
=========================================
  Files           575      575           
  Lines         30691    30691           
=========================================
  Hits           8557     8557           
  Misses        22134    22134           
Flag Coverage Δ
functional 23.78% <ø> (ø)
installer 3.84% <ø> (ø)
unit 7.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a0eb13...c36dfa3. Read the comment docs.

<ul class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList" role="navigation">
{% for breadcrumb in breadcrumb %}
<li{% if loop.last %} class="active"{% endif %} itemprop="itemListElement" itemscope
<li{% if loop.last %} class="breadcrumb-item active"{% endif %} itemprop="itemListElement" itemscope
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be

Suggested change
<li{% if loop.last %} class="breadcrumb-item active"{% endif %} itemprop="itemListElement" itemscope
<li class="breadcrumb-item{% if loop.last %} active{% endif %}" itemprop="itemListElement" itemscope

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed it!

@crydotsnake crydotsnake requested a review from carakas January 8, 2022 16:45
@carakas carakas merged commit 1b38e33 into forkcms:master Jan 8, 2022
@carakas carakas added this to the 5.11.1 milestone Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0